UNPKG

@hitachivantara/uikit-uno-preset

Version:
11 lines (10 loc) 309 B
import { theme } from "@hitachivantara/uikit-styles"; //#region src/rules.ts var rules = [ ["bg-default", { "background-color": theme.colors.bgPage }], ["gap-xxs", { gap: theme.space.xxs }], ["m-xxs", { margin: theme.space.xxs }], ["p-xxs", { padding: theme.space.xxs }] ]; //#endregion export { rules };