From e84ca11eab6636904a42636455ea2cbe239fd1f4 Mon Sep 17 00:00:00 2001 From: Bao Trinh Date: Thu, 20 Jul 2023 19:14:15 -0500 Subject: use grass include macro; remove build.rs --- data/style.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'data/style.scss') diff --git a/data/style.scss b/data/style.scss index 6276708..909dc6f 100644 --- a/data/style.scss +++ b/data/style.scss @@ -1,8 +1,7 @@ -@use "sass:selector"; -@use "themes/archlinux"; -@use "themes/monokai"; -@use "themes/squirrel"; -@use "themes/zenburn"; +@use "themes/archlinux" with ($generate_default: false); +@use "themes/monokai" with ($generate_default: false); +@use "themes/squirrel" with ($generate_default: false); +@use "themes/zenburn" with ($generate_default: false); // theme colors can be found at the bottom $themes: squirrel, archlinux, monokai, zenburn; -- cgit v1.2.3