Thank you for your answer,

After some investigation it looks like rsass as well as libsass / ruby sass are not supporting modules when like in this case 'variables' is a directory containing a set of modules

https://sass-lang.com/guide/#modules

sass-convert --from sass --to scss src/furo/assets/styles/furo.sass > src/furo/assets/styles/furo.scss
rsass src/furo/assets/styles/furo.scss
Error: Can't find stylesheet to import.
  ,
1 | @use "variables";
  | ^^^^^^^^^^^^^^^^
  '
  furo.scss 1:1  root stylesheet
make: *** [Makefile:3: conv] Error 1
...

adding the fact that rsass on only support rcss format, argh ! dart !


will try to understand this a bit more ..

Regards

Christian

Le 17/09/2025 à 18:24, Jonas Smedegaard a écrit :
ruby-sass is the oldest implementation of sass, and does not cover the
"second generation" of SASS code any more than sassc does.

The tool I was suggesting to try use is rsass, which aims at covering
newer SASS code.

Please do file bugreports against the rsass package if it does not work,
preferrably multiple bugreports for each type of error, and ideally with
minimal tests demonstrating the failute - but if that's too bothersome
then try throw something more messy as a bugreport 🙂

Hope that helps,

Reply via email to