stylesheet-loader
Version:
Stylesheet loader.
13 lines • 359 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var colorProperties = {
color: true,
backgroundColor: true,
borderColor: true,
borderBottomColor: true,
borderTopColor: true,
borderRightColor: true,
borderLeftColor: true,
};
exports.default = colorProperties;
//# sourceMappingURL=colorProperties.js.map