Skip to content

Instantly share code, notes, and snippets.

@jasonlemay
Created May 14, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonlemay/24c4df4368fbe01057b0 to your computer and use it in GitHub Desktop.
Save jasonlemay/24c4df4368fbe01057b0 to your computer and use it in GitHub Desktop.
Managing your CSS (GSS) files with variables and a theme
@require "colors";
body {
background-color: C_BACKGROUND;
color: C_TEXT;
font-size: 1.5rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment