Created
November 22, 2022 17:38
-
-
Save eddievlagea/86cda3ff690bdd574a28d3d77fa36c9c to your computer and use it in GitHub Desktop.
test.css
This file contains 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
.test { | |
/* declar variables */ | |
--color-primary: #00ffd9; | |
--color-secondary: #f0f0f0; | |
--color-tertiary: #f0f0f0; | |
--color-quaternary: #f0f0f0; | |
--color-quinary: #f0f0f0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment