diff options
Diffstat (limited to 'assets/scss/_custom_var.scss')
-rw-r--r-- | assets/scss/_custom_var.scss | 2 |
1 files changed, 2 insertions, 0 deletions
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. |