ritwickdey / vscode-live-sass-compiler

Compile Sass or Scss file to CSS at realtime with live browser reload feature.
https://ritwickdey.github.io/vscode-live-sass-compiler/
MIT License
660 stars 168 forks source link

Merge .css files #28

Open speedwheel opened 6 years ago

speedwheel commented 6 years ago

How can I merge all the css files in 1 file? I want everything to be compiled in 1 file.

ritwickdey commented 6 years ago

I think, the best way to do so -

Make every sass files to partial sass (_filename.sass) files.. make a new sass file (main.sass)... Import all partial sass files to the main.sass