Wrong priority
- Full report name: Wrong priority
- Status:
DEBUG
- Related to: components, component children
- Summary: CSS values on the element have unexpected
!import
flags - How to fix: add or remove
!important
This notice points to CSS values that, when compared to the pattern library,
are either missing their !important
flag or have an unexpected !important
where none should be. The actual computed value of the property in question is
correct, otherwise you would see a wrong value.
Add or remove the !important
flag to remove this notice.