summaryrefslogtreecommitdiff
path: root/exampleSite/assets/_custom.scss
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-10-08 17:03:40 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-10-08 17:03:49 +0200
commit007bc10c07d6a6b7cb6c03a138cc90f6f74a3058 (patch)
tree2e24514fcf5abf924d152bbac80c950db05be7d2 /exampleSite/assets/_custom.scss
parent1cd5040d84e852504598ebc58f6839ce4453ca68 (diff)
Introduce SCSS plugins: dark mode and numbered headings
Diffstat (limited to 'exampleSite/assets/_custom.scss')
-rw-r--r--exampleSite/assets/_custom.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/assets/_custom.scss b/exampleSite/assets/_custom.scss
index cdb82f7..38b16a2 100644
--- a/exampleSite/assets/_custom.scss
+++ b/exampleSite/assets/_custom.scss
@@ -1,2 +1,3 @@
-@import "variables";
// You can add custom styles here.
+
+// @import "plugins/numbered";