I am using tailwind version 1.4.6 in one of my projects and have found that using the classes space-x and space-y are not working in IE 11.
I have read through the docs and have found to install postcss-custom-properties to help support some of their features for IE 11. I have done this and have included it within my plugins (below is a snippet of what plugins which are imported)
Tailwind mentioned here for IE support https://v1.tailwindcss.com/docs/using-with-preprocessors#variables
plugins: [ require("@tailwindcss/custom-forms"), require('postcss-nested'), require('postcss-custom-properties'), ]
Is there something I am missing as to why this isnt working?
1.4m articles
1.4m replys
5 comments
57.0k users