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 /exampleSite/assets/custom.scss | |
parent | 6ef4a4b69ce51a6c38aa5a2350bb6be7a3ee6bc4 (diff) |
Move from custom.css to custom.scss to be able to use variables
Diffstat (limited to 'exampleSite/assets/custom.scss')
-rw-r--r-- | exampleSite/assets/custom.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/assets/custom.scss b/exampleSite/assets/custom.scss new file mode 100644 index 0000000..a0f49eb --- /dev/null +++ b/exampleSite/assets/custom.scss @@ -0,0 +1 @@ +@import "variables" |