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
HI xoofx,
I'm now working on a web-compiler tools for .NET Core platform and tried to integrate it with .NET Shared Host Framework Service in order to replace old grunt/gulp pipeline. I found this project can provide SCSS compilation in .NET Core platform, that's especially important for tools development. Currently may compiler are using your library to handling SCSS files. However, I've found your library is a P/Invoke wrapper for libsass.dll. I'm wondering it will be not executable in non-Windows platform (although I've not tested on other platforms). Could you tell me if this library can run cross-platform, and if not, do you have any plan or idea to provide a cross-platform version for this library?
Thank you very much for your library and I'm looking forward to your reply :-)
Best wishes,
Iris Sakura from China
The text was updated successfully, but these errors were encountered:
HI xoofx,
I'm now working on a web-compiler tools for .NET Core platform and tried to integrate it with .NET Shared Host Framework Service in order to replace old grunt/gulp pipeline. I found this project can provide SCSS compilation in .NET Core platform, that's especially important for tools development. Currently may compiler are using your library to handling SCSS files. However, I've found your library is a P/Invoke wrapper for libsass.dll. I'm wondering it will be not executable in non-Windows platform (although I've not tested on other platforms). Could you tell me if this library can run cross-platform, and if not, do you have any plan or idea to provide a cross-platform version for this library?
Thank you very much for your library and I'm looking forward to your reply :-)
Best wishes,
Iris Sakura from China
The text was updated successfully, but these errors were encountered: