diff options
Diffstat (limited to '')
| -rw-r--r-- | themes/hugo-book/exampleSite/assets/_custom.scss | 4 | ||||
| -rw-r--r-- | themes/hugo-book/exampleSite/assets/_variables.scss | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/themes/hugo-book/exampleSite/assets/_custom.scss b/themes/hugo-book/exampleSite/assets/_custom.scss new file mode 100644 index 0000000..9be7a1d --- /dev/null +++ b/themes/hugo-book/exampleSite/assets/_custom.scss @@ -0,0 +1,4 @@ +/* You can add custom styles here. */ + +// @import "plugins/numbered"; +// @import "plugins/scrollbars"; diff --git a/themes/hugo-book/exampleSite/assets/_variables.scss b/themes/hugo-book/exampleSite/assets/_variables.scss new file mode 100644 index 0000000..98b4d4e --- /dev/null +++ b/themes/hugo-book/exampleSite/assets/_variables.scss @@ -0,0 +1 @@ +/* You can override SASS variables here. */ |
