UNPKG

braid-design-system

Version:
13 lines (12 loc) 394 B
"use strict"; 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;