Skip to content

Instantly share code, notes, and snippets.

@bartcis
Created May 12, 2019 14:43
Show Gist options
  • Select an option

  • Save bartcis/f15d641bc03ea53f94cc23d5bc1bcc38 to your computer and use it in GitHub Desktop.

Select an option

Save bartcis/f15d641bc03ea53f94cc23d5bc1bcc38 to your computer and use it in GitHub Desktop.
Styles with !important rule
.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