You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 outputh1{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?
The text was updated successfully, but these errors were encountered: