Skip to content

Commit

Permalink
moved comments from below variables to above
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbeyer authored Sep 12, 2017
1 parent 94356bb commit 0fc6c80
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions scss/_colors.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@

// Converted Variables


// Custom Media Query Variables


/*
Tachyons
COLOR VARIABLES
Grayscale
- Solids
- Transparencies
Colors
*/

$black: #000 !default;
$near-black: #111 !default;
$dark-gray:#333 !default;
Expand Down Expand Up @@ -66,19 +82,3 @@ $washed-blue: #f6fffe !default;
$washed-green: #e8fdf5 !default;
$washed-yellow: #fffceb !default;
$washed-red: #ffdfdf !default;


// Custom Media Query Variables


/*
Tachyons
COLOR VARIABLES
Grayscale
- Solids
- Transparencies
Colors
*/

0 comments on commit 0fc6c80

Please sign in to comment.