Releases: tailwindlabs/tailwindcss
Releases · tailwindlabs/tailwindcss
v1.0.4
v1.0.3
- Throws an error when someone tries to use
@tailwind preflightinstead of@tailwind base, this is the source of many support requests
v1.0.2
v1.0.1
v1.0.0
1.0.0
v1.0.0-beta.9
v1.0.0-beta.10
- Use
9999and-9999fororder-lastandorder-firstutilities respectively (#906)
v1.0.0-beta.8
- Adds
responsivevariants for the neworderutilities by default, should have been there all along
v1.0.0-beta.7
- Fixes a bug where you couldn't extend the margin config (aac25d6)
v1.0.0-beta.6
- Removed
negativeMarginplugin, now the regularmarginplugin supports generating negative classes (like-mx-6) by using negative keys in the config, like-6(#865, upgrade guide) - Added support for negative inset (
-top-6,-right-4) and z-index (-z-10) utilities, using the same negative key syntax supported by themarginplugin (#867, #875) - Add missing fractions as well as x/12 fractions to width scale (#646)
- Add
orderutilities (#693) - Add
cursor-textclass by default (#795) - Make it possible to access your fully merged config file in JS (#877)