Reputation: 11
The message always show up when I save my less file. I already installed plugin - Less and Less2Css, and also npm install less-plugin-clean-css, but it's still not working. How should I do now?....
Upvotes: 1
Views: 810
Reputation: 7471
This is an issue pertaining to LESS' CSS minification modules. As a workaround, you can disable minification. To do this, open Sublime Text 3 and navigate to Preferences
> Browse Packages
> Less2css
-> Settings - User
. Use the following user configuration instead:
{
"minify": false
}
Upvotes: 0
Reputation: 11
I just update Xcode app on my macOS Mojave (10.14) and install sublime text3 again. It's work for me.
Upvotes: 0