Skip to content

Instantly share code, notes, and snippets.

@jasonlemay
Created May 14, 2015 14:24
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/c4f5e777bc910fde96d1 to your computer and use it in GitHub Desktop.
Save jasonlemay/c4f5e777bc910fde96d1 to your computer and use it in GitHub Desktop.
Managing your CSS (GSS) files with variables and a theme
/* src/main/resources/com/company/project/client/resources/css/style.gss */
@require "colors";
@require "fonts";
@require "sizes";
body {
background-color: C_BACKGROUND;
color: C_TEXT;
font-family: F_PRIMARY;
line-height: S_LINE_HEIGHT;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment