Why !important statements on all styles?
-
I noticed when picking a color from the color picker WordPress adds
!important
statements to all css styles. This seems like a bad idea. What is the reason for it? And how can we eliminate that?For example:
.has-pale-pink-color { color: var(--wp--preset--color--pale-pink) !important; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Why !important statements on all styles?’ is closed to new replies.