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

cannot understand the deduplication property #151

Open
macit-emre opened this issue Apr 20, 2024 · 0 comments
Open

cannot understand the deduplication property #151

macit-emre opened this issue Apr 20, 2024 · 0 comments

Comments

@macit-emre
Copy link

macit-emre commented Apr 20, 2024

when i use this style as inpu :
h1{ color:red!important; } h1{ color:blue; }
$parser->parse() method not gives me the line with !important, it gives this output
h1{color:blue}
as we see, code with !important should stay but it gives the non-important line in the compressed output, can you help me?

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