csinn / CSInn

C# Inn community website.
MIT License
26 stars 9 forks source link

Does automating the addition of vendor prefixes to css require JS? #37

Open mrivera7 opened 5 years ago

mrivera7 commented 5 years ago

In an effort to find a solution to the TailwindCSS issue, we seem to have a more fundamental issue. That problem is: how are we going to add vendor prefixes to our css code? We can use NodeJS, but that would violate a basic goal of the project.

I have searched for a package on Nuget that would automatically add vendor prefixes to css. What I found is a Nuget package called BundleTransformer.Autoprefixer that would use JS, and it seems like some of the dependencies are obsolete, but I'm not sure.

mrivera7 commented 5 years ago

I found another Nuget package called Carbon.Css, but it doesn't seem like exactly I'd be looking for.