Skip to content

Instantly share code, notes, and snippets.

@vzaidman
Last active July 23, 2019 17:40
Show Gist options
  • Select an option

  • Save vzaidman/461b00a676cd9208c0c0fd2da09447d9 to your computer and use it in GitHub Desktop.

Select an option

Save vzaidman/461b00a676cd9208c0c0fd2da09447d9 to your computer and use it in GitHub Desktop.
CSS Theme Organization Best Practices from the article https://medium.com/@vzaidman/css-theme-organization-best-practices-a8e375d92c7c
html.dark-mode-colors {
...
--gray: #666;
}
html.dark-mode-entities {
...
--action-button-background-color: var(--gray)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment