diff options
author | Horst3180 | 2015-09-12 18:36:34 +0200 |
---|---|---|
committer | Horst3180 | 2015-09-12 18:36:34 +0200 |
commit | 38a1e46559e71646df76bb08a087abbb9693ebea (patch) | |
tree | 4c88dbf2c1df3e0a12d8c49cc2fc1ea59ca12a44 /common/gnome-shell/3.18/README | |
parent | 86a5c78ed391e8000c87639c31739586e603fba5 (diff) | |
download | solarc-theme-38a1e46559e71646df76bb08a087abbb9693ebea.tar.gz solarc-theme-38a1e46559e71646df76bb08a087abbb9693ebea.tar.xz solarc-theme-38a1e46559e71646df76bb08a087abbb9693ebea.zip |
gnome-shell: update to 3.18
Diffstat (limited to 'common/gnome-shell/3.18/README')
-rw-r--r-- | common/gnome-shell/3.18/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/common/gnome-shell/3.18/README b/common/gnome-shell/3.18/README new file mode 100644 index 0000000..f040030 --- /dev/null +++ b/common/gnome-shell/3.18/README @@ -0,0 +1,19 @@ +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 |