styled-bootstrap-grid
Version:
bootstrap grid system using styled components
26 lines (18 loc) • 894 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _styledComponents = require("styled-components");
function _templateObject() {
var data = _taggedTemplateLiteral(["\n html {\n -webkit-box-sizing: border-box;\n box-sizing: border-box;\n -ms-overflow-style: scrollbar;\n }\n\n *,\n *::before,\n *::after {\n -webkit-box-sizing: inherit;\n box-sizing: inherit;\n }\n\n ", "\n"]);
_templateObject = function _templateObject() {
return data;
};
return data;
}
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
var _default = (0, _styledComponents.createGlobalStyle)(_templateObject(), function (p) {
return p.css;
});
exports.default = _default;
;