feat: add _custom.scss

This commit is contained in:
Henk Verlinde
2023-09-13 12:32:53 +02:00
parent 8ce76fd28b
commit ad2d80eb9e
4 changed files with 69 additions and 4 deletions

View File

@ -30,6 +30,7 @@
[[mounts]]
source = "node_modules/@hyas/doks-core/assets"
target = "assets"
excludeFiles = "scss/common/_custom.scss"
[[mounts]]
source = "node_modules/@hyas/doks-core/data"
@ -72,7 +73,11 @@
target = "layouts"
[[mounts]]
source = "themes/doks/layouts"
source = "themes/my-doks-theme/assets"
target = "assets"
[[mounts]]
source = "themes/my-doks-theme/layouts"
target = "layouts"
[[mounts]]