thgh / rollup-plugin-scss

Rollup and compile multiple .scss, .sass and .css imports
MIT License
134 stars 47 forks source link

Is it possible to input and output multiple files? #79

Open vincelawdev opened 3 years ago

vincelawdev commented 3 years ago

I am moving over to rollup from gulp.

I was wondering if it might be possible to get two or more separate input .scss files to output to two or more separate .css files?

file1.scss -> file1.css file2.scss -> file2.css

Thanks in advance.

frankypixels commented 3 years ago

Really wish this was a thing too... Made an issue without reading/looking to see if there already was one. Regardless. It would be nice to have this feature!

The-Code-Monkey commented 2 years ago

Yeah this is something im currently looking for? is there any update to this?