@universal-labs/preset-tailwind
Version:
Tailwindcss StyleSheet generator for react native/web
21 lines • 669 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.spacingRules = void 0;
const native_twin_1 = require("@universal-labs/native-twin");
exports.spacingRules = [
(0, native_twin_1.matchThemeValue)('p', 'spacing', 'padding', {
canBeNegative: true,
feature: 'edges',
prefix: 'padding',
}),
(0, native_twin_1.matchThemeValue)('m', 'spacing', 'margin', {
canBeNegative: true,
feature: 'edges',
prefix: 'margin',
}),
(0, native_twin_1.matchThemeValue)('gap-', 'spacing', 'gap', {
feature: 'gap',
prefix: 'gap',
}),
];
//# sourceMappingURL=spacing.js.map
;