olback / es6-css-minify

Easily minify CSS and JavaScript in VS Code
https://marketplace.visualstudio.com/items?itemName=olback.es6-css-minify
MIT License
47 stars 13 forks source link

Allow to keep @import statements in CSS when minifying #130

Open shaipetel opened 3 years ago

shaipetel commented 3 years ago

Is your feature request related to a problem? Please describe. When using @import "base.css", allow me to keep the @import statement instead of replacing it with the file's content

Describe the solution you'd like A setting or a comment in the file near the @import statement that would allow to keep it as-is in the minified CSS file.