###A theme for cinnamon 2.6
Inspired by the zuki themes.
####Installation
You can install this theme from within your theme settings.
####Using sass
This theme is written using the css preprocessor sass.
In case you want to contribute code or report a bug, please report against the relevant sass file and not the css file!
In order to install/use sass:
-
Install bundler. (Used to ensure we run the same version of sass.)
-
To install sass using bundler, run
bundle install
in the directory where the Gemfile is. -
Run the
parse-sass.sh
script. -
The script will compile sass and run a sass watch. For more info check the sass docs.