CSS Style declaration changed to SASS
CSS Style declaration in css/ to SASS. Delete less/. Added _sass/.
This commit is contained in:
parent
347e33d7d9
commit
49e632365c
8 changed files with 99 additions and 465 deletions
1
_sass/_mixins.scss
Executable file
1
_sass/_mixins.scss
Executable file
|
|
@ -0,0 +1 @@
|
|||
// Mixins
|
||||
5
_sass/_variables.scss
Normal file
5
_sass/_variables.scss
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// Variables
|
||||
|
||||
$primary: #fed136;
|
||||
$dark: #000;
|
||||
$light: #fff;
|
||||
Loading…
Add table
Add a link
Reference in a new issue