Skip to content

Instantly share code, notes, and snippets.

@Im0rtality
Last active August 29, 2015 14:20
Show Gist options
  • Save Im0rtality/9d0ed2ba5a7719c161f0 to your computer and use it in GitHub Desktop.
Save Im0rtality/9d0ed2ba5a7719c161f0 to your computer and use it in GitHub Desktop.
Test
.bg-blue-l
{
background-color: #007ea2;
}
.font-blue-l
{
color: #007ea2;
}
$color-blue-l: #007ea2;
.bg-blue-l
{
background-color: $color-blue-l;
}
.font-blue-l
{
color: $color-blue-l;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment