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

csso mis-compression of escape sequence in v5.0.0+ #452

Open
usabe opened this issue Apr 19, 2022 · 0 comments
Open

csso mis-compression of escape sequence in v5.0.0+ #452

usabe opened this issue Apr 19, 2022 · 0 comments

Comments

@usabe
Copy link

usabe commented Apr 19, 2022

Starting from csso 5.0.0 (including the latest 5.0.3), it has similar issue as this example:

Original css: .star-rating{content:'\73\73\73\73\73'} .star-rating span::before{content:'\53\53\53\53\53'}

After csso minification: .star-rating{content:"sssss"}.star-rating span::before{content:"SSSSS"}

V4.2.0 does not have this issue, it will just keep the original value.

Please kindly look into this and fix it as needed.

Thanks

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

1 participant