Describe the problem
We are building our docs with Hugo, which by default is using libsass. I'm having trouble including styles.css in our docs Sass from node_modules, probably because of a libsass issue.
Describe the solution
Include the source files too with a scss extension.
It would greatly help us build and include docsearch CSS instead of using a CDN or instead of trying to switch to Dart Sass in Hugo.
Thanks in advance!
Describe the problem
We are building our docs with Hugo, which by default is using libsass. I'm having trouble including styles.css in our docs Sass from node_modules, probably because of a libsass issue.
Describe the solution
Include the source files too with a
scssextension.It would greatly help us build and include docsearch CSS instead of using a CDN or instead of trying to switch to Dart Sass in Hugo.
Thanks in advance!