aaranxu / adidoks

AdiDoks is a mordern documentation theme, which is a port of the Hugo theme Doks for Zola.

Home Page:https://adidoks.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Howto apply _custom.css

ziyouwa opened this issue · comments

1 copy _custom.css to /sass
2 set compile_sass = true in config.toml
but these changes did not take effect.

I'm also struggling with this.

I got it to work by adding a sass/main.scss with this content

@import "../themes/adidoks/sass/main"
@import "custom.scss"