Adwaita/README: Don’t bother mentioning parse-sass
Assume no one wants to make a change without testing it in GTK+… If anyone has a reason to do this, they’ll be able to figure it out.
This commit is contained in:
@ -5,13 +5,13 @@ Summary
|
|||||||
* To be able to use the latest/adequate version of SASS, install sassc
|
* To be able to use the latest/adequate version of SASS, install sassc
|
||||||
* The configure script will detect whether or not you have sassc installed;
|
* The configure script will detect whether or not you have sassc installed;
|
||||||
if you do, it will regenerate the CSS every time you modify the SCSS files
|
if you do, it will regenerate the CSS every time you modify the SCSS files
|
||||||
and rebuild GTK+. To rebuild the CSS only, run the script ./parse-sass.sh
|
and rebuild GTK+.
|
||||||
|
|
||||||
How to tweak the theme
|
How to tweak the theme
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
Adwaita is a complex theme, 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
|
generated CSS is then transformed into a GResource file during GTK+ build and used at runtime in a
|
||||||
non-legible or editable form.
|
non-legible or editable form.
|
||||||
|
|
||||||
It is very likely your change will happen in the _common.scss file. That's where all the widget
|
It is very likely your change will happen in the _common.scss file. That's where all the widget
|
||||||
@ -31,5 +31,4 @@ _common.scss - actual definitions of style for each widget. This is where
|
|||||||
your changes.
|
your changes.
|
||||||
|
|
||||||
You can read about SASS at http://sass-lang.com/documentation/. Once you make
|
You can read about SASS at http://sass-lang.com/documentation/. Once you make
|
||||||
your changes to the _common.scss file, GTK+ will rebuild the CSS files. If you
|
your changes to the _common.scss file, GTK+ will rebuild the CSS files.
|
||||||
want to build only the CSS files, not all of GTK+, simply run ./parse-sass.sh
|
|
||||||
|
Reference in New Issue
Block a user