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.
horst3180_arc-theme/common/gtk-3.0/3.14
Horst3180 8aaf55c319
use libsass and update build system
9 years ago
..
assets refinements 9 years ago
sass use libsass and update build system 9 years ago
.nvmrc use libsass and update build system 9 years ago
README add build system 9 years ago
assets.svg refinements 9 years ago
assets.txt more dark theme work 9 years ago
gtk-contained-dark.css use libsass and update build system 9 years ago
gtk-contained-darker.css use libsass and update build system 9 years ago
gtk-contained-solid-dark.css use libsass and update build system 9 years ago
gtk-contained-solid-darker.css use libsass and update build system 9 years ago
gtk-contained-solid.css use libsass and update build system 9 years ago
gtk-contained.css use libsass and update build system 9 years ago
gtk-dark.css more dark theme work 9 years ago
gtk.css add build system 9 years ago
gulpfile.js use libsass and update build system 9 years ago
package.json use libsass and update build system 9 years ago
render-assets.sh add build system 9 years ago

README

* Do not edit the CSS directly, edit the source SCSS files and process them with SASS (run 

`/.parse-sass.sh` when you have the required sofwtare installed, as described below)

* To be able to use the lates/adequate version of sass, install ruby and get the sass gem via bundle.
This is done with `gem install bundle && bundle install` from the same directory this README resides in.

You can read about SASS at http://sass-lang.com/documentation/. Once you make your changes to any .scss file, you can either run the ./parse-sass.sh script or keep SASS watching for changes as you
edit. This is done by running `bundle exec sass --watch --sourcemap=none .` If sass is out of date, or is
missing, you can install it with `bundle install`.