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.
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.