Skip to content

Instantly share code, notes, and snippets.

@jasonlemay
Created May 14, 2015 14:18
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/df5177ab30bde943d2f1 to your computer and use it in GitHub Desktop.
Save jasonlemay/df5177ab30bde943d2f1 to your computer and use it in GitHub Desktop.
Managing your CSS (GSS) files with variables and a theme
@provide 'colors';
@def C_PRIMARY eval("com.company.project.client.resources.Colors.C_PRIMARY");
@def C_SECONDARY eval("com.company.project.client.resources.Colors.C_SECONDARY");
@def C_BACKGROUND eval("com.company.project.client.resources.Colors.C_BACKGROUND");
@def C_TEXT eval("com.company.project.client.resources.Colors.C_TEXT");
@def C_TEXT_LIGHT eval("com.company.project.client.resources.Colors.C_TEXT_LIGHT");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment