gnome-shell/data/theme/gnome-shell.scss
Carlos Soriano 2dbc7b5c51 theme: rewrite to be structured
- using SASS
- trying to reuse as much of the gtk adwaita as possible
2014-11-11 11:14:15 +01:00

7 lines
139 B
SCSS

$variant: 'dark';
@import "_gnome-shell-old.scss"; //temporary
@import "_colors"; //use gtk colors
@import "_drawing";
@import "_common";