diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-04-09 22:59:29 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-04-09 22:59:29 +0200 |
commit | 31a262451ae123a50d59bf4f8ad748d2cd14cdb1 (patch) | |
tree | 2b08db4532b2a9d47574d54b2e0bf14ab3760b13 /assets/custom.scss | |
parent | 6ef4a4b69ce51a6c38aa5a2350bb6be7a3ee6bc4 (diff) |
Move from custom.css to custom.scss to be able to use variables
Diffstat (limited to 'assets/custom.scss')
-rw-r--r-- | assets/custom.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/custom.scss b/assets/custom.scss new file mode 100644 index 0000000..181c87c --- /dev/null +++ b/assets/custom.scss @@ -0,0 +1,2 @@ +/* To be overridden by theme user */ +// @import "variables"; |