rollup-plugin-scss
rollup-plugin-scss copied to clipboard
How to add '; ' after each style
https://github.com/sass/sass/issues/3517
thanks for your plugin, i am using it.
and i meet this question, can you help me?
Hehe, it's probably not going to solve your actual problem, but you could try this:
plugins: [{ sass({ processor:(css)=>css.replaceAll("}", ";}") }) }]