Skip to content

Instantly share code, notes, and snippets.

@magsout
Last active August 29, 2015 14:01
Show Gist options
  • Save magsout/383756f0c49518842a19 to your computer and use it in GitHub Desktop.
Save magsout/383756f0c49518842a19 to your computer and use it in GitHub Desktop.
/*------------------------------------*\
App
\*------------------------------------*/
.color
{
color: $mainColor;
}
/*------------------------------------*\
Var
\*------------------------------------*/
$mainColor: red;
/*------------------------------------*\
Main
\*------------------------------------*/
@import "var";
@import "app";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment