We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: