You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* This file is app.less */@import"reset.less";
@import"dependency.less";
html {
border:100px solid red}
@import"some-module.less"
Editing some-module.less (or any imported) triggers a refresh in the browser, but not a recompile of app.less.
Is there any way to force a recompile of everything? The only solution is to save some-module.less changes and then add a space to app.less - which isn't great.
The text was updated successfully, but these errors were encountered:
Best explained with this .less snippet:
Editing
some-module.less
(or any imported) triggers a refresh in the browser, but not a recompile ofapp.less
.Is there any way to force a recompile of everything? The only solution is to save
some-module.less
changes and then add a space toapp.less
- which isn't great.The text was updated successfully, but these errors were encountered: