Replies: 3 comments 11 replies
-
These are my first thoughts: API// tailwind.config.js
module.exports = {
presets: [
require("tailwindcss/defaultConfig"),
require("hypothetical-tailwindcss-ie11/preset"),
],
}; Ideally, this preset adds the Color utilitiesThis pull request shows all the changes made to remove IE11 support: We can't reach into the core plugins, so hopefully we can do something close: use Base stylesThis pull request shows all the changes made to remove IE11 support: Have a human review it and use |
Beta Was this translation helpful? Give feedback.
-
Is this in roadmap for next version of 2? Really wanting to move to 2, but support for ie11 is key for us (still pretty widespread in many industries 😭 ) |
Beta Was this translation helpful? Give feedback.
-
Jeez, Houston we have a problem( @papistan @adamwathan @jossnaz did you found any working solution, guys? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Tailwind 2.0 has/will be removing IE11 compatibility from the core, but it's theoretically possible to reintroduce it with a plugin / preset. The point of this discussion post is to start talking about that now to prepare for 2.0's release, i.e. come up with a community solution(s) for people who are dependent on IE11 (instead of it being a shock for them).
Please be kind about this decision and don't use this space to complain.
Beta Was this translation helpful? Give feedback.
All reactions