[gtk+/gtk-3-22] Adwaita/README: Don’t bother mentioning parse-sass



commit 233f49ddcb15ee1737cc9fc05300672bb8084bfb
Author: Daniel Boles <dboles src gnome org>
Date:   Sun Oct 8 14:07:29 2017 +0100

    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.

 gtk/theme/Adwaita/README |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/gtk/theme/Adwaita/README b/gtk/theme/Adwaita/README
index 0fbb589..f7a50be 100644
--- a/gtk/theme/Adwaita/README
+++ b/gtk/theme/Adwaita/README
@@ -5,13 +5,13 @@ Summary
 * 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;
   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
 ----------------------
 
 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.
 
 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.
                       
 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
-want to build only the CSS files, not all of GTK+, simply run ./parse-sass.sh
+your changes to the _common.scss file, GTK+ will rebuild the CSS files.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]