@universal-labs/preset-tailwind
Version:
Tailwindcss StyleSheet generator for react native/web
16 lines • 975 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.fontThemeRules = void 0;
const native_twin_1 = require("@universal-labs/native-twin");
exports.fontThemeRules = [
(0, native_twin_1.matchThemeValue)('text-', 'fontSize', 'fontSize'),
(0, native_twin_1.matchThemeColor)('text-', 'color'),
(0, native_twin_1.matchThemeValue)('font-', 'fontWeight', 'fontWeight'),
(0, native_twin_1.matchThemeValue)('font-', 'fontFamily', 'fontFamily'),
(0, native_twin_1.matchThemeValue)('leading-', 'lineHeight', 'lineHeight'),
(0, native_twin_1.matchThemeColor)('decoration-', 'textDecorationColor'),
(0, native_twin_1.matchThemeValue)('decoration-', 'textDecorationStyle', 'textDecorationStyle'),
(0, native_twin_1.matchThemeValue)('capitalize|uppercase|lowercase', 'textTransform', 'textTransform'),
(0, native_twin_1.matchThemeValue)('italic|normal', 'fontStyle', 'fontStyle'),
];
//# sourceMappingURL=typography.js.map
;