braid-design-system
Version:
Themeable design system for the SEEK Group
13 lines (12 loc) • 394 B
JavaScript
const fileScope = require("@vanilla-extract/css/fileScope");
const css = require("@vanilla-extract/css");
fileScope.setFileScope("src/lib/components/HiddenVisually/HiddenVisually.css.ts", "braid-design-system");
const root = css.style({
width: 1,
height: 1,
clip: "rect(1px, 1px, 1px, 1px)",
whiteSpace: "nowrap"
}, "root");
fileScope.endFileScope();
exports.root = root;
;