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

!important is invalid #62

Open
ruojianll opened this issue Jul 13, 2020 · 0 comments
Open

!important is invalid #62

ruojianll opened this issue Jul 13, 2020 · 0 comments

Comments

@ruojianll
Copy link

ruojianll commented Jul 13, 2020

** Description **
!important is invalid.

But it's valid in 3.1.0;

Since commit d76556f

Runtime is not updated in some cases?
** Version **
Since commit d76556f

** To Reproduce **

.parent{
    --var-width:50%;
//-ie-var-width:50%;
}
.parent .child{
  width:var(--var-width) !important;
//-ieVar-!width:var(--var-width)
}
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

Successfully merging a pull request may close this issue.

1 participant