braid-design-system
Version:
Themeable design system for the SEEK Group
12 lines (11 loc) • 363 B
JavaScript
import { setFileScope, endFileScope } from "@vanilla-extract/css/fileScope";
import { style } from "@vanilla-extract/css";
import { vars } from "../../themes/vars.css.mjs";
setFileScope("src/lib/components/Dropdown/Dropdown.css.ts", "braid-design-system");
const field = style({
paddingRight: vars.touchableSize
}, "field");
endFileScope();
export {
field
};