You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
480 B
9 lines
480 B
6 years ago
|
----------------------------
|
||
|
SCSS DIRECTORY (/scss)
|
||
|
----------------------------
|
||
|
|
||
|
This directory contains the sass source files which can be compiled into css code.
|
||
|
|
||
|
All files with an underscore (_SOMETHING) and in subfolders are include files which are pulled into the main .scss files when they are compiled.
|
||
|
|
||
|
To compile Sass files you will need to install gulp which is a task runner and command line tool. See the /documentation/README.txt for more information on using sass.
|