Closed nolankramer closed 7 months ago
Re-opened because I gained understanding that qtsass was including directories correctly. The @use
should have been resolved.
All evidence points to @use
not functioning correctly due to how this library wraps libsass (also see https://github.com/sass/libsass-python/issues/402).
I'm using qtsass, which relies on libsass here to
compile(**kwargs)
withcustom_function
,importers
, andinclude_paths
.According to the docs, it looks like
include_paths
should cover usage of@import
. But it looks like my scss files are failing to compile with@use
. I'm wondering if that's supported by this python package?