From 8a30dbe6d48bf70fc1c13c45c151894774cb9a5c Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 28 Dec 2015 16:10:27 +0100 Subject: remove some cruft --- common/gtk-3.0/3.18/sass/gtk.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 common/gtk-3.0/3.18/sass/gtk.scss (limited to 'common/gtk-3.0/3.18/sass/gtk.scss') diff --git a/common/gtk-3.0/3.18/sass/gtk.scss b/common/gtk-3.0/3.18/sass/gtk.scss new file mode 100644 index 0000000..c45d673 --- /dev/null +++ b/common/gtk-3.0/3.18/sass/gtk.scss @@ -0,0 +1,18 @@ +// General guidelines: +// - very unlikely you want to edit something else than _common.scss +// - keep the number of defined colors to a minimum, use the color blending functions if +// you need a subtle shade + +$variant: 'light'; +$darker: 'false'; +$transparency: 'true'; + +@import 'colors'; +@import 'drawing'; +@import 'common'; +@import 'applications'; +@import 'unity'; +@import 'granite'; +@import 'lightdm'; +@import 'transparent_widgets'; +@import 'colors-public'; -- cgit v1.2.3