blob: b717ab9fb4cb420ed8f8434ea4a9ff742b5a997e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
This theme uses libsass/gulp to process the sass/*.scss. Never edit any of the .css files manually.
#### Editing the theme
* Install `nvm` (https://github.com/creationix/nvm)
* Install `gulp`
npm i -g gulp
* Execute the following from the directory containing `gulpfile.js`
npm i
* Edit the sass/*.scss files
* Regenerate the .css files by executing from the directory containing `gulpfile.js`
gulp
|