Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created January 28, 2021 11:51
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/e7769cbe23d3670665e97a03fe0622d3 to your computer and use it in GitHub Desktop.
Save LeaVerou/e7769cbe23d3670665e97a03fe0622d3 to your computer and use it in GitHub Desktop.
Complex selectors inside :not()
/**
* Complex selectors inside :not()
*/
body {
background: red;
}
body:not(#foo .bar) {
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