UNPKG

braid-design-system

Version:
11 lines (10 loc) 324 B
import { setFileScope, endFileScope } from "@vanilla-extract/css/fileScope"; import { style } from "@vanilla-extract/css"; setFileScope("src/lib/components/private/AvoidWidowIcon/AvoidWidowIcon.css.ts", "braid-design-system"); const nowrap = style({ whiteSpace: "nowrap" }, "nowrap"); endFileScope(); export { nowrap };