@morfeo/spec
Version:

46 lines • 1.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.borderStylesMap = exports.borderWidthsMap = exports.bordersMap = void 0;
exports.bordersMap = [
'border',
'borderTop',
'borderLeft',
'borderRight',
'borderBlock',
'borderBottom',
'borderInline',
'borderBlockEnd',
'borderInlineEnd',
'borderBlockStart',
'borderInlineStart',
'outline',
];
exports.borderWidthsMap = [
'borderWidth',
'borderTopWidth',
'borderLeftWidth',
'borderRightWidth',
'borderBlockWidth',
'borderBottomWidth',
'borderInlineWidth',
'borderBlockEndWidth',
'borderInlineEndWidth',
'borderBlockStartWidth',
'borderInlineStartWidth',
'outlineWidth',
];
exports.borderStylesMap = [
'borderStyle',
'borderTopStyle',
'borderLeftStyle',
'borderRightStyle',
'borderBlockStyle',
'borderBottomStyle',
'borderInlineStyle',
'borderBlockEndStyle',
'borderInlineEndStyle',
'borderBlockStartStyle',
'borderInlineStartStyle',
'outlineStyle',
];
//# sourceMappingURL=borders.js.map