gnome-shell/data/theme/gnome-shell.scss
Jakub Steiner 0ded0dbfd5 theme: rewrite to be structured
- using SASS
- trying to reuse as much of the gtk adwaita as possible
2015-02-20 15:14:40 +01:00

7 lines
139 B
SCSS

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