11 lines
281 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.fontSize = void 0;
exports.fontSize = {
name: "font-size",
initialValue: '0',
prefix: false,
type: 3 /* TYPE_VALUE */,
format: 'length'
};
//# sourceMappingURL=font-size.js.map