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
Sass has deprecated @import, something that Furo relies on fairly heavily. The automated migration tool does not work for how Furo's code is layed out / built, so... I'll likely need to change how the styles are built.
Reproducer
Build with stb compile
Notice the deprecation warnings.
Expectation
No deprecation warnings.
This was requested by a maintainer.
I was asked to open an issue in a discussion by a maintainer.
What's happening?
Sass has deprecated
@import
, something that Furo relies on fairly heavily. The automated migration tool does not work for how Furo's code is layed out / built, so... I'll likely need to change how the styles are built.Reproducer
stb compile
Expectation
No deprecation warnings.
This was requested by a maintainer.
Code of Conduct
The text was updated successfully, but these errors were encountered: