Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 351 Bytes

all-but.md

File metadata and controls

15 lines (9 loc) · 351 Bytes

All But

Description: Selects all children but <num> child.

{!element/nth-key/_code/all-but.code.md!} {!element/nth-key/_code/all-but.fixture.md!}

Notes

  • all-but(<num>) alias: allBut(<num>) fm-all-but(<num>)
  • Eval: <element>:not(:nth-child(${num}))