Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Last active May 30, 2019 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeaVerou/c293ae97101ff43eb69f15fe55c1abc9 to your computer and use it in GitHub Desktop.
Save LeaVerou/c293ae97101ff43eb69f15fe55c1abc9 to your computer and use it in GitHub Desktop.
Chrome bug all: unset !important;
/**
* Chrome bug all: unset !important;
*/
span {
font-size: 500%;
color: green;
border: 2px solid red;
}
body * {
all: unset !important;
}
<span>This text should be 16px and black</span>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment