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 was enjoying a lot embedding some SASS processing (npm-less!) in my basic python SSG code. It would be great if new basic bindings appeared to supercede deprecated libsass and it current bindings libsass-python
There exists these outdated bindings, but it involves calling a subprocess and shipping a lot of binaries which is not very ideal https://pypi.org/project/dart-sass/
Regarding a shim as in https://pypi.org/project/dart-sass/, it's still useful to have a pip-installable package that could resolve in runtime the correct platform. It might also interesting to have a single binary that does platform dispatch in runtime, akin to https://justine.lol/ape.html - me just back from the release page picking up the right tarball for my platform :)
I was enjoying a lot embedding some SASS processing (npm-less!) in my basic python SSG code. It would be great if new basic bindings appeared to supercede deprecated libsass and it current bindings libsass-python
There exists these outdated bindings, but it involves calling a subprocess and shipping a lot of binaries which is not very ideal https://pypi.org/project/dart-sass/
Maybe a Python package could embed a Dart VM (as in https://github.com/fuzzybinary/dart_shared_libray) and just call into the existing Dart bitcode
The text was updated successfully, but these errors were encountered: