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