braid-design-system
Version:
Themeable design system for the SEEK Group
11 lines (10 loc) • 320 B
JavaScript
import { setFileScope, endFileScope } from "@vanilla-extract/css/fileScope";
import { style } from "@vanilla-extract/css";
setFileScope("src/lib/components/ContentBlock/ContentBlock.css.ts", "braid-design-system");
const marginAuto = style({
margin: "0 auto"
}, "marginAuto");
endFileScope();
export {
marginAuto
};