From e63f48a348f9de18cb3b75254f329fe2d2f66121 Mon Sep 17 00:00:00 2001 From: Skia Date: Sun, 27 Sep 2020 16:37:35 +0200 Subject: fuji.scss: let the user override both the variables and the CSS rules --- assets/scss/_custom_var.scss | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 assets/scss/_custom_var.scss (limited to 'assets/scss/_custom_var.scss') diff --git a/assets/scss/_custom_var.scss b/assets/scss/_custom_var.scss new file mode 100644 index 0000000..c2765c4 --- /dev/null +++ b/assets/scss/_custom_var.scss @@ -0,0 +1,2 @@ +// Override variables with that file +@import '_custom'; // Keep that for back-compatibility. This shouldn't be used anymore. -- cgit v1.2.3