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.

Revisions

  1. Im0rtality revised this gist Apr 28, 2015. 1 changed file with 11 additions and 0 deletions.
    11 changes: 11 additions & 0 deletions main.scss
    Original 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;
    }
  2. Im0rtality created this gist Apr 28, 2015.
    9 changes: 9 additions & 0 deletions main.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    .bg-blue-l
    {
    background-color: #007ea2;
    }

    .font-blue-l
    {
    color: #007ea2;
    }