sdxc

Type to search, or start from one of these:

responsive

light

Sugar over scheme("light", input).

import { light } from "@sdxc/u/responsive";

Examples

Calls that compose other mixins rather than emitting declarations of their own.

u.light(u.bg())

Using a custom value

Every scale argument also takes a raw CSS value, which passes through untouched.

u.light(u.bg())

Applying on a state

Wrap the call in a state utility to scope it to one selector.

u.hover(u.light(u.bg()))

Signature

u.light(input: UtilityInput<Node>)