diff options
author | Horst3180 | 2015-08-18 15:30:26 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-18 15:30:26 +0200 |
commit | 643ec36e2bb0df263d9ccc5aefabb503ca2a1c10 (patch) | |
tree | 6a7486c2f8d819a34f40feb2b698d16aed5058d3 /common/gtk-3.0/3.18/README | |
parent | 882b84bc30ec03cfeb9fc8a0327104430edb7e69 (diff) | |
download | solarc-theme-643ec36e2bb0df263d9ccc5aefabb503ca2a1c10.tar.gz solarc-theme-643ec36e2bb0df263d9ccc5aefabb503ca2a1c10.tar.xz solarc-theme-643ec36e2bb0df263d9ccc5aefabb503ca2a1c10.zip |
add some fixes for GTK+ 3.18
Diffstat (limited to 'common/gtk-3.0/3.18/README')
-rw-r--r-- | common/gtk-3.0/3.18/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.18/README b/common/gtk-3.0/3.18/README new file mode 100644 index 0000000..f040030 --- /dev/null +++ b/common/gtk-3.0/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 |