GTK+ switched from ruby-based sass to c-based sassc for performance reasons. It makes sense to follow suit, if not to not require two tools for the same job ... https://bugzilla.gnome.org/show_bug.cgi?id=783210
7 lines
201 B
Plaintext
7 lines
201 B
Plaintext
To generate the css files, from the project directory:
|
|
|
|
sassc -a gnome-classic.scss gnome-classic.css
|
|
|
|
To update the gnome-shell-sass submodule to latest upstream commit:
|
|
git submodule update --rebase
|