Skip to content

Instantly share code, notes, and snippets.

@PetterRuud
Created December 29, 2021 17:24
Show Gist options
  • Save PetterRuud/754453b8c758af8c852941e8d2cf3186 to your computer and use it in GitHub Desktop.
Save PetterRuud/754453b8c758af8c852941e8d2cf3186 to your computer and use it in GitHub Desktop.
CSS snippets
:checked { /* if */ }
:not(:checked) { /* else */ }
[data-attr="true"] { /* if */ }
[data-attr="false"] { /* elseif */ }
:not([data-attr]) { /* else */}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment