UNPKG

@activecollab/components

Version:

ActiveCollab Components

9 lines (8 loc) 336 B
"use strict"; 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