Hi,
I try adding a bit more modularity to my page with SASS/SCSS files. I tried to @use for a partial (like written in the docs), but it didn’t work out. So, I doublechecked, and it seems @import is the way to go with Hugo.
However, the SASS documentation mentions issues with @import and announces the deprecation of that method soon. Moreover, it seems Dart SASS is the only library supporting it yet, while LibSass and Ruby Sass aren’t.
My question is, which SASS interpreter Hugo uses and are there plans to include the @use method soon? You guys probably use some SASS interpreter, so you’ll bound to the implementation there. But you’re for sure better informed than I, who never used GO.
For me, it’s good to know to decide if I should postpone the move to SASS with my CSS files. =)
Thanks,
Sandro