diff options
Diffstat (limited to 'themes/docsy/assets')
-rw-r--r-- | themes/docsy/assets/scss/_styles_project.scss | 7 | ||||
-rw-r--r-- | themes/docsy/assets/scss/_variables_project.scss | 4 | ||||
-rw-r--r-- | themes/docsy/assets/scss/main.scss | 4 |
3 files changed, 12 insertions, 3 deletions
diff --git a/themes/docsy/assets/scss/_styles_project.scss b/themes/docsy/assets/scss/_styles_project.scss new file mode 100644 index 000000000..ab68a8844 --- /dev/null +++ b/themes/docsy/assets/scss/_styles_project.scss @@ -0,0 +1,7 @@ +/* + +Nothing defined here. The Hugo project that uses this theme can override Bootstrap by adding a file to: + +assets/scss/_styles_project.scss + +*/ diff --git a/themes/docsy/assets/scss/_variables_project.scss b/themes/docsy/assets/scss/_variables_project.scss index 69ee04629..387082dca 100644 --- a/themes/docsy/assets/scss/_variables_project.scss +++ b/themes/docsy/assets/scss/_variables_project.scss @@ -1,7 +1,7 @@ /* -Nothing defined here. The Hugo project that uses this theme can override Bootstrap and theme variables by adding a file to: +Nothing defined here. The Hugo project that uses this theme can override theme variables by adding a file to: assets/scss/_variables_project.scss -*/
\ No newline at end of file +*/ diff --git a/themes/docsy/assets/scss/main.scss b/themes/docsy/assets/scss/main.scss index 909935b4d..66c036c7b 100644 --- a/themes/docsy/assets/scss/main.scss +++ b/themes/docsy/assets/scss/main.scss @@ -53,4 +53,6 @@ footer { height: 5rem; visibility: hidden; } -}
\ No newline at end of file +} + +@import "styles_project"; |