Skip to content

Instantly share code, notes, and snippets.

@robspangler
Last active January 10, 2024 00:37
Show Gist options
  • Save robspangler/bdcc3e1c70bb23a509999a7ece9893e9 to your computer and use it in GitHub Desktop.
Save robspangler/bdcc3e1c70bb23a509999a7ece9893e9 to your computer and use it in GitHub Desktop.
/* Define Variables */
:root {
--base-text-color: #111;
--primary-color: #00f;
--secondary-color: #0f0;
--base-bg-color: #eee;
}
/* Usage */
.sample {
color: var(--base-text-color);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment