1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-28 14:00:44 +00:00
horst3180_arc-theme/common/gtk-3.0/3.14
2015-05-28 17:41:22 +02:00
..
assets add build system 2015-05-28 17:41:22 +02:00
_applications.scss add build system 2015-05-28 17:41:22 +02:00
_colors-public.scss add build system 2015-05-28 17:41:22 +02:00
_colors.scss add build system 2015-05-28 17:41:22 +02:00
_common.scss add build system 2015-05-28 17:41:22 +02:00
_drawing.scss add build system 2015-05-28 17:41:22 +02:00
_granite.scss add build system 2015-05-28 17:41:22 +02:00
_transparent_widgets.scss add build system 2015-05-28 17:41:22 +02:00
_unity.scss add build system 2015-05-28 17:41:22 +02:00
assets.svg add build system 2015-05-28 17:41:22 +02:00
assets.txt add build system 2015-05-28 17:41:22 +02:00
Gemfile add build system 2015-05-28 17:41:22 +02:00
Gemfile.lock add build system 2015-05-28 17:41:22 +02:00
gtk-contained.css add build system 2015-05-28 17:41:22 +02:00
gtk-contained.scss add build system 2015-05-28 17:41:22 +02:00
gtk.css add build system 2015-05-28 17:41:22 +02:00
parse-sass.sh add build system 2015-05-28 17:41:22 +02:00
README add build system 2015-05-28 17:41:22 +02:00
render-assets.sh add build system 2015-05-28 17:41:22 +02:00

* 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`.