You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: I try use Cirrus (and scss) for the first time.
I read docs: yes. Tech stack:hugo, dartsass Problem: I don't understand how to use the package without using a node.js software.
I remove all sass-true JS dependency from src/_internal/ but I still couldn't use directives @use and @import to load any cirrus/src/* into my scss file, except src/base/ because it (src/base/) has a file _index.scss... Oh my god.
Asset changed /sass/style.scss
ERROR Rebuild failed: TOCSS-DART: failed to transform "/sass/style.scss" (text/x-scss): "<stream>:1:1": Can't find stylesheet to import.
Finally, now I use build .css version renamed into .scss and with this style coding:
I read docs: yes.
Tech stack: hugo, dartsass
Problem: I don't understand how to use the package without using a node.js software.
I remove all
sass-true
JS dependency fromsrc/_internal/
but I still couldn't use directives@use
and@import
to load anycirrus/src/*
into myscss
file, exceptsrc/base/
because it (src/base/
) has a file_index.scss
... Oh my god.Finally, now I use build
.css
version renamed into.scss
and with this style coding:But how can I use SCSS sources of Cirrus in the future?
Hugo config for transpile scss:
Thx.
The text was updated successfully, but these errors were encountered: