I have a single main.scss file whose contents are like:
main.scss
@import 'styles1.css' @import 'styles2.scss' @import 'node_modules/ext_lib/styles.css' @import 'node_modules/ext_lib2/styles.scss'
How can a create a single main.css file from main.scss file that has all the imports copied over into it, so that I can just use this file and deploy to my project in production?
main.css
2.1m questions
2.1m answers
60 comments
57.0k users