Adwaita: Fix a few typos in README

This commit is contained in:
Kalev Lember 2015-08-30 21:12:35 +02:00
parent 17411d348e
commit ed168197ab

View File

@ -2,15 +2,15 @@ Summary
-------
* 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, gem, sass & bundle.
`./parse-sass.sh` when you have the required software installed, as described below)
* To be able to use the latest/adequate version of sass, install ruby, gem, sass & bundle.
On Fedora F20, this is done with `sudo dnf install rubygems && gem install bundle && bundle install`
from the same directory this README resides in.
How to tweak the theme
----------------------
Adwaita is a complex themes, so to keep it maintainable it's written and processed in SASS, the
Adwaita is a complex theme, so to keep it maintainable it's written and processed in SASS. The
generated CSS is then transformed into a gresource file during gtk build and used at runtime in a
non-legible or editable form.