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
I'm using qtsass, which relies on libsass here to compile(**kwargs) with custom_function, importers, and include_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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: