diff options
Diffstat (limited to 'exampleSite/assets')
-rw-r--r-- | exampleSite/assets/_custom.scss | 2 | ||||
-rw-r--r-- | exampleSite/assets/_variables.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/assets/_custom.scss b/exampleSite/assets/_custom.scss index 38b16a2..0de9ae1 100644 --- a/exampleSite/assets/_custom.scss +++ b/exampleSite/assets/_custom.scss @@ -1,3 +1,3 @@ -// You can add custom styles here. +/* You can add custom styles here. */ // @import "plugins/numbered"; diff --git a/exampleSite/assets/_variables.scss b/exampleSite/assets/_variables.scss index 431dabc..6e34d16 100644 --- a/exampleSite/assets/_variables.scss +++ b/exampleSite/assets/_variables.scss @@ -1,3 +1,3 @@ -/* You can override SASS variables here. Below example of simple dark theme. */ +/* You can override SASS variables here. */ // @import "plugins/dark"; |