mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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 of gnome-shell and remove the sass sources from the theme directory.
3 lines
89 B
Text
3 lines
89 B
Text
To generate the css files, from the project directory:
|
|
|
|
sass --sourcemap=none --update .
|