The sass sources now live in a project in GNOME, so they can be used in multiple projects like gnome-shell-extensions. Because of that, add gnome-shell-sass as a submodule and import the sass sources from it.
7 lines
188 B
Plaintext
7 lines
188 B
Plaintext
To generate the css files, from the project directory:
|
|
|
|
sass --sourcemap=none --update .
|
|
|
|
To update the gnome-shell-sass submodule to latest upstream commit:
|
|
git submodule update --rebase
|