Last active
July 23, 2019 17:40
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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