617 views · 9 active
A cartoon skull with a hotpink hat on.
atom@argyleink
notecss

Bramus with a rad snippet:

@function --light-dark(--l, --d) {
  result: if (color-scheme(dark): var(--d); else: var(--l));
}

In 3 lines, a --light-dark() CSS function that works anywhere 🤩