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
@zhaoyi0113 You can solve this by importing all the other less files in a new file, and when you compile that, it will contain all the rules from every less file it imports.
Problem is that this module doesn't support "intelligent" crawling of the less file graph, so it won't detect changes in the file that imports every file. I'm thinking about an easy solution and will try to find some time to fix it. This solution only works for the build-css option.
I am using below scripts to compile less files:
I will compile each less file to one css file. I wonder whether there is a way for me to compile all less files into one big css file.
The text was updated successfully, but these errors were encountered: