This release adds support for Tailwind CSS v2.0 and drops support for Node.js v10.
Breaking
- requires Node.js >=12.13.0
New features
- added support for Tailwind CSS v2.0
Changed
-
the Starter's
tailwind.config.js
has been simplified -
the following Tailwind plugins are now disabled by default (you can enable them if needed):
corePlugins: { animation: false, backgroundOpacity: false, borderOpacity: false, divideOpacity: false, placeholderOpacity: false, ringColor: false, ringWidth: false, ringOpacity: false, ringOffsetColor: false, textOpacity: false }