Skip to content

Instantly share code, notes, and snippets.

@Eastkap
Created November 19, 2019 09:05
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 Eastkap/8c71e107b650e182fe6be4318723943a to your computer and use it in GitHub Desktop.
Save Eastkap/8c71e107b650e182fe6be4318723943a to your computer and use it in GitHub Desktop.
css example
/*
Selects all <ancestor>s which have <descendant> as a descendant somewhere
in its DOM hieraracy.
*/
ancestor << descendant {
/* Styles */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment