Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Releases: benface/tailwindcss-children

v2.1.0

10 May 01:02
Compare
Choose a tag to compare

Added

  • Added a children-not-last variant

Changed

  • Changed the implementation of the children-not-first variant to > :not(:first-child) (instead of > * + *) for consistency with children-not-last

v2.0.0

05 Feb 18:47
Compare
Choose a tag to compare

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 now children-first and its class prefix is now children:first:
    • last-child is now children-last and its class prefix is now children:last:
    • odd-children is now children-odd and its class prefix is now children:odd:
    • even-children is now children-even and its class prefix is now children:even:

Fixed

  • Fixed an issue where the variants didn’t work as expected on utilities with pseudo-elements

v1.3.0

20 Dec 23:20
Compare
Choose a tag to compare

Added

  • Added children-visited and children-disabled variants

v1.2.0

02 Sep 17:25
Compare
Choose a tag to compare

Added

  • Added odd-children and even-children variants

v1.1.0

08 Jul 18:45
Compare
Choose a tag to compare

Added

  • Added 4 variants: children-hover, children-focus, children-focus-within, and children-active

v1.0.0

26 May 19:24
Compare
Choose a tag to compare

Initial release