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
libsass, which powers dozens of wrappers including the official Python sass library, has sadly been deprecated by the sass team.
Therefore, we must figure out a new way to integrate with sass - via either some kind of horrific Dart-To-Python integration, or via subprocess using the official sass CLI tool.
For this reason, our sass/scss features are relatively frozen as of October 2020 since that is when the deprecation happened.
My thought was to package the static dart-sass CLI binary with the pip package for each platform. First check if sass is on the PATH, if so use it, if not then fall back to the packaged binary.
libsass
, which powers dozens of wrappers including the official Python sass library, has sadly been deprecated by the sass team.Therefore, we must figure out a new way to integrate with sass - via either some kind of horrific Dart-To-Python integration, or via subprocess using the official sass CLI tool.
For this reason, our sass/scss features are relatively frozen as of October 2020 since that is when the deprecation happened.
Read about it here: https://sass-lang.com/blog/libsass-is-deprecated
The text was updated successfully, but these errors were encountered: