Created
May 12, 2019 14:43
-
-
Save bartcis/f15d641bc03ea53f94cc23d5bc1bcc38 to your computer and use it in GitHub Desktop.
Styles with !important rule
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .old-input[type="text"], | |
| .old-input[type="email"], | |
| .old-input[type="number"] { | |
| color: red; | |
| } | |
| .new-input { | |
| color: blue !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment