UNPKG

braid-design-system

Version:
10 lines (9 loc) 349 B
"use strict"; const fileScope = require("@vanilla-extract/css/fileScope"); const css = require("@vanilla-extract/css"); fileScope.setFileScope("src/lib/components/private/AvoidWidowIcon/AvoidWidowIcon.css.ts", "braid-design-system"); const nowrap = css.style({ whiteSpace: "nowrap" }, "nowrap"); fileScope.endFileScope(); exports.nowrap = nowrap;