This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
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 withchildren-not-last