braid-design-system
Version:
Themeable design system for the SEEK Group
12 lines (11 loc) • 328 B
JavaScript
import { setFileScope, endFileScope } from "@vanilla-extract/css/fileScope";
import { style } from "@vanilla-extract/css";
setFileScope("src/lib/components/Rating/Rating.css.ts", "braid-design-system");
const inlineFlex = style({
display: "inline-flex",
gap: "1px"
}, "inlineFlex");
endFileScope();
export {
inlineFlex
};