UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

25 lines (24 loc) 510 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "TextVars", { enumerable: true, get: function() { return TextVars; } }); var _core = require("@mantine/core"); var TextVars = function(theme, props) { if (!props.size) { return { root: { '--text-fz': (0, _core.getFontSize)('sm') } }; } return { root: {} }; }; //# sourceMappingURL=Text.vars.js.map