@activecollab/components
Version:
ActiveCollab Components
9 lines (8 loc) • 336 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.BoxSizingStyle = void 0;
var _styledComponents = require("styled-components");
var BoxSizingStyle = exports.BoxSizingStyle = (0, _styledComponents.css)(["box-sizing:border-box;*{box-sizing:border-box;}"]);
//# sourceMappingURL=BoxSizingStyle.js.map
;