.Net Core support?
dehghani-mehdi opened this issue · 6 comments
Hi,
Is any plan to support .Net core?
Hello, Mehdi!
There are plans, no time.
About this issue: LibSass Host for .NET also supports .NET Core.
Hi @Taritsyn
I saw your answer on this one, thanks.
SharpScss works fine for me, I just need to add support for autoprefixing, I use NodeJS service in my project right know, but it depends on NodeJS and it must be installed and it not good enough for me.
I tired Jint as JS engine, but seems it can not run standalone version of autoprefixer.js.
So, you have plan to support .Net Core which is great, I'm wondering which engine do you want to use? I could not find any JS engine that supports .Net Core but Jint.
I'm wondering which engine do you want to use?
Nice, now I have autoprefixer support for my project! thanks bro for the help. I'm done here, feel free to close the issue or keep it open.
Hello, Mehdi!
Try to use the Autoprefixer Host library.
Hi Andrey,
Nice library, actually I did same thing for my project using Chakra, but thanks for your attention.