This release consists of the addition of PR #535, which adds a $nth
parameter for column
and span
mixins.
Full set of changes for this release:
- Add
jeet.nth
parameter to settings (defaults tochild
for backwards-compatibility) - Add
nth
parameter tocolumn
andspan
mixins - Add documentation regarding the new parameter
- Update stylus node test to show
nth
in use - Update sass playground to show
nth
in use
Huge thanks to @filipekiss for this contribution!