Skip to content

BugFix: Important get's lost in case of Unknown Values. #182

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

Merged

Conversation

cwall-dev
Copy link
Contributor

Fixes the issue where the "!important" rule is not applied in the case of an UnknownValue (AllowInvalidValues = true).

In the following CSS, the value is recognized as unknown, but important is ignored.

.moderntable > .moderntable-caption {
width: min-content !important;
}

The problem was introduced in release 4.2.1

…e of an UnknownValue (AllowInvalidValues = true).

In the following CSS, the value is recognized as unknown, but important is ignored.

.moderntable > .moderntable-caption {
  width: min-content !important;
}
@cwall-dev cwall-dev closed this Oct 17, 2024
@cwall-dev cwall-dev reopened this Oct 17, 2024
@cwall-dev
Copy link
Contributor Author

Sorry, accidentally closed to early

@TylerBrinks TylerBrinks merged commit 8f13bbb into TylerBrinks:master Oct 17, 2024
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 this pull request may close these issues.

2 participants