UNPKG

@universal-labs/preset-tailwind

Version:

Tailwindcss StyleSheet generator for react native/web

23 lines 839 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.layoutThemeRules = void 0; const native_twin_1 = require("@universal-labs/native-twin"); const native_twin_2 = require("@universal-labs/native-twin"); exports.layoutThemeRules = [ (0, native_twin_1.matchCssObject)('hidden', (match, ctx, rule) => ({ className: (0, native_twin_2.parsedRuleToClassName)(rule), declarations: [ { prop: 'display', value: 'none', }, ], conditions: rule.v, important: rule.i, precedence: rule.p, selectors: [], })), (0, native_twin_1.matchThemeValue)('overflow-', 'overflow', 'overflow'), (0, native_twin_1.matchThemeValue)('object-', 'objectFit', 'objectFit'), ]; //# sourceMappingURL=layout.js.map