`@import "grid.less"; .reset(); #wrapper { .wrapper(); } #main { display: flex; } ` Question: Everything works correctly, but when you make changes to the connected Grid.less file, gulp does not compile these changes into the main css.
`@import "grid.less"; .reset(); #wrapper { .wrapper(); } #main { display: flex; } ` Question: Everything works correctly, but when you make changes to the connected Grid.less file, gulp does not compile these changes into the main css.
Source: https://ru.stackoverflow.com/questions/791326/
All Articles