Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created January 28, 2021 12:15
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/0fadd625c67da786579ac425eb8aa7cb to your computer and use it in GitHub Desktop.
Save LeaVerou/0fadd625c67da786579ac425eb8aa7cb to your computer and use it in GitHub Desktop.
Selector lists in :not()
/**
* Selector lists in :not()
*/
body {
background: red;
}
body:not(#a, .b, c) {
background: green;
}
<template>Hello</template>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment