alex-shpak / hugo-book

Hugo documentation theme as simple as plain book
https://hugo-book-demo.netlify.app
MIT License
3.21k stars 1.16k forks source link

Error: "no mixin named theme-light" #597

Closed stockphrase closed 4 months ago

stockphrase commented 4 months ago

I just updated Go, Hugo, and your theme and have hit a snag. I'm getting the following error:

Error: error building site: TOCSS: failed to transform "book.scss" (text/x-scss): "~/websites/website/themes/book/assets/themes/_light.scss:2:12": no mixin named theme-light

My previous version of the theme did not have the light/dark option. I added BookTheme = "light" to the config.toml file but the error persists. Any pointers?

stockphrase commented 4 months ago

Apologies. I found it. Thanks for this great theme, Alex.