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/ContentBlock/ContentBlock.css.ts", "braid-design-system");
const marginAuto = css.style({
margin: "0 auto"
}, "marginAuto");
fileScope.endFileScope();
exports.marginAuto = marginAuto;
;