CSS Style declaration changed to SASS

CSS Style declaration in css/ to SASS. Delete less/. Added _sass/.
This commit is contained in:
Jorge Arias 2015-09-17 16:00:31 -03:00
parent 347e33d7d9
commit 49e632365c
8 changed files with 99 additions and 465 deletions

1
_sass/_mixins.scss Executable file
View file

@ -0,0 +1 @@
// Mixins

5
_sass/_variables.scss Normal file
View file

@ -0,0 +1,5 @@
// Variables
$primary: #fed136;
$dark: #000;
$light: #fff;