diff options
Diffstat (limited to 'common/cinnamon/README')
-rw-r--r-- | common/cinnamon/README | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/common/cinnamon/README b/common/cinnamon/README deleted file mode 100644 index f040030..0000000 --- a/common/cinnamon/README +++ /dev/null @@ -1,19 +0,0 @@ -This theme uses libsass/gulp to process the sass/*.scss. Never edit any of the .css files manually. - -How to edit this theme: - -1. Install `nodejs` and `npm` - -2. Install `gulp` - - sudo npm install --global gulp - -3. Execute the following from the directory containing `gulpfile.js` - - npm install - -4. Edit the sass/*.scss files - -5. Regenerate the .css files by executing from the directory containing `gulpfile.js` - - gulp |