mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
feat: add support for custom SCSS
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/43
This commit is contained in:
parent
c3b3c2f0ee
commit
be416830ad
2 changed files with 3 additions and 0 deletions
1
assets/scss/custom.scss
Normal file
1
assets/scss/custom.scss
Normal file
|
@ -0,0 +1 @@
|
|||
/* Place your custom SCSS in HUGO_SITE_FOLDER/assets/scss/custom.scss */
|
|
@ -24,6 +24,8 @@
|
|||
@import "partials/layout/taxonomy.scss";
|
||||
@import "partials/layout/404.scss";
|
||||
|
||||
@import "custom.scss";
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: var(--accent-color);
|
||||
|
|
Loading…
Reference in a new issue