thgh / rollup-plugin-scss

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

import sass from 'rollup-plugin-scss' #73

Open gptt916 opened 3 years ago

gptt916 commented 3 years ago

Was running into some issues with node-sass, so wanted to switch to rollup-plugin-sass, but I actually made a mistake and did import sass from 'rollup-plugin-scss'; instead, however this worked and fixed my issue, without having to specify the compiler in the options. Only option is output: true.

How did this work? is this intended? Can I keep using the plugin this way?