This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
Releases: benface/tailwindcss-gap
Releases · benface/tailwindcss-gap
v7.0.0
v6.0.0
v5.0.2
v5.0.0
v4.0.0
v3.1.1
v3.1.0
v3.0.0
Changed since 3.0.0-beta.1
- Added support for global variants thanks to Tailwind’s
variants()
helper function
Fixed since 3.0.0-beta.1
gap-*
utilities with variants now correctly overridegap-x-*
andgap-y-*
utilities (e.g.gap-x-4 gap-y-2 sm:gap-0
now removes all gaps at thesm
breakpoint as expected)
Added since 2.x
- Tailwind 1.0.0 compatibility
Changed since 2.x
- The plugin doesn’t accept a config object anymore; instead it finds what it needs in the
theme
andvariants
keys of your config (seeREADME
for more info) - Responsive variants are now generated by default
v3.0.0-beta.1
Added
- Tailwind 1.0.0 compatibility
Changed
- The plugin doesn’t accept a config object anymore; instead it finds what it needs in the
theme
andvariants
keys of your config (seeREADME
for more info) - Responsive variants are now generated by default
v2.0.0
Added
- A base
gap
class now needs to be added to gap containers in addition to thegap-*
,gap-x-*
, and/orgap-y-*
classes - Added an alternative
gap-padding
base class to use padding on gap children, instead of margin
Changed
- The generated CSS now uses custom properties to avoid repetition, so the resulting CSS is much smaller