Skip to content

Commit

Permalink
CSS Style declaration changed to SASS
Browse files Browse the repository at this point in the history
CSS Style declaration in css/ to SASS. Delete less/. Added _sass/.
  • Loading branch information
joariasl committed Sep 17, 2015
1 parent 347e33d commit 49e6323
Show file tree
Hide file tree
Showing 8 changed files with 99 additions and 465 deletions.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions _sass/_mixins.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Mixins
5 changes: 5 additions & 0 deletions _sass/_variables.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Variables

$primary: #fed136;
$dark: #000;
$light: #fff;
Loading

0 comments on commit 49e6323

Please sign in to comment.