@hitachivantara/uikit-uno-preset
Version:
UI Kit UnoCSS preset.
11 lines (10 loc) • 309 B
JavaScript
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 };