braid-design-system
Version:
Themeable design system for the SEEK Group
10 lines (9 loc) • 349 B
JavaScript
;
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;