This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
Releases: benface/tailwindcss-children
Releases · benface/tailwindcss-children
v2.1.0
v2.0.0
Added
- Added a
children-not-first
variant (e.g.children:not-first:border-t
)
Changed
- Changed to use Tailwind 1.2’s new plugin definition syntax
- Changed the name and class prefix of the following variants:
first-child
is nowchildren-first
and its class prefix is nowchildren:first:
last-child
is nowchildren-last
and its class prefix is nowchildren:last:
odd-children
is nowchildren-odd
and its class prefix is nowchildren:odd:
even-children
is nowchildren-even
and its class prefix is nowchildren:even:
Fixed
- Fixed an issue where the variants didn’t work as expected on utilities with pseudo-elements