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

v2.0.0

Compare
Choose a tag to compare
@benface benface released this 05 Feb 18:47
· 8 commits to main since this release

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