@crossed/theme
Version:
unicons
48 lines (47 loc) • 1.27 kB
JavaScript
;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var space_exports = {};
__export(space_exports, {
space: () => space
});
module.exports = __toCommonJS(space_exports);
const space = {
none: 0,
xxs: 2,
xs: 4,
sm: 6,
md: 8,
lg: 12,
xl: 16,
xxl: 20,
"3xl": 24,
"4xl": 32,
"5xl": 40,
"6xl": 48,
"7xl": 64,
"8xl": 80,
"9xl": 96,
"10xl": 128,
"11xl": 160
};
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
space
});
//# sourceMappingURL=space.js.map