Last active
August 29, 2015 14:20
-
-
Save Im0rtality/9d0ed2ba5a7719c161f0 to your computer and use it in GitHub Desktop.
Revisions
-
Im0rtality revised this gist
Apr 28, 2015 . 1 changed file with 11 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ $color-blue-l: #007ea2; .bg-blue-l { background-color: $color-blue-l; } .font-blue-l { color: $color-blue-l; } -
Im0rtality created this gist
Apr 28, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ .bg-blue-l { background-color: #007ea2; } .font-blue-l { color: #007ea2; }