rollup-plugin-scss icon indicating copy to clipboard operation
rollup-plugin-scss copied to clipboard

How to add '; ' after each style

Open takegine opened this issue 1 year ago • 1 comments

https://github.com/sass/sass/issues/3517

thanks for your plugin, i am using it.

and i meet this question, can you help me?

takegine avatar Mar 23 '23 15:03 takegine

Hehe, it's probably not going to solve your actual problem, but you could try this:

plugins: [{ sass({ processor:(css)=>css.replaceAll("}", ";}") }) }]

thgh avatar May 13 '23 11:05 thgh