Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add '; ' after each style #108

Open
takegine opened this issue Mar 23, 2023 · 1 comment
Open

How to add '; ' after each style #108

takegine opened this issue Mar 23, 2023 · 1 comment

Comments

@takegine
Copy link

sass/sass#3517

thanks for your plugin, i am using it.

and i meet this question, can you help me?

@thgh
Copy link
Owner

thgh commented May 13, 2023

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants