@@ -34847,21 +34847,21 @@ if(false) {
34847
34847
/***/ "./all-breakpoints.md":
34848
34848
/***/ (function(module, exports) {
34849
34849
34850
- module.exports = "<Container>\n <Row>\n <Col>col</Col>\n <Col>col</Col>\n <Col>col</Col>\n <Col>col</Col>\n </Row>\n <Row>\n <Col width={8}>col-8</Col>\n <Col width={4}>col-4</Col>\n </Row>\n</Container>\n"
34850
+ module.exports = "<Container layout=\"flex\" >\n <Row>\n <Col>col</Col>\n <Col>col</Col>\n <Col>col</Col>\n <Col>col</Col>\n </Row>\n <Row>\n <Col width={8}>col-8</Col>\n <Col width={4}>col-4</Col>\n </Row>\n</Container>\n"
34851
34851
34852
34852
/***/ }),
34853
34853
34854
34854
/***/ "./equal-width-multi-row.md":
34855
34855
/***/ (function(module, exports) {
34856
34856
34857
- module.exports = "<Container>\n <Row>\n <Col>col</Col>\n <Col>col</Col>\n </Row>\n <Row>\n <Col>col</Col>\n <Col>col</Col>\n </Row>\n</Container>\n"
34857
+ module.exports = "<Container layout=\"flex\" >\n <Row>\n <Col>col</Col>\n <Col>col</Col>\n </Row>\n <Row>\n <Col>col</Col>\n <Col>col</Col>\n </Row>\n</Container>\n"
34858
34858
34859
34859
/***/ }),
34860
34860
34861
34861
/***/ "./equal-width.md":
34862
34862
/***/ (function(module, exports) {
34863
34863
34864
- module.exports = "<Container>\n <Row>\n <Col>1 of 2</Col>\n <Col>2 of 2</Col>\n </Row>\n <Row>\n <Col>1 of 3</Col>\n <Col>2 of 3</Col>\n <Col>3 of 3</Col>\n </Row>\n</Container>\n"
34864
+ module.exports = "<Container layout=\"flex\" >\n <Row>\n <Col>1 of 2</Col>\n <Col>2 of 2</Col>\n </Row>\n <Row>\n <Col>1 of 3</Col>\n <Col>2 of 3</Col>\n <Col>3 of 3</Col>\n </Row>\n</Container>\n"
34865
34865
34866
34866
/***/ }),
34867
34867
@@ -35058,30 +35058,30 @@ _reactDom2.default.render(_react2.default.createElement(App, null), document.get
35058
35058
/***/ "./mix-and-match.md":
35059
35059
/***/ (function(module, exports) {
35060
35060
35061
- module.exports = "<Container>\n <Row>\n <Col xs md={8}>col-md-8</Col>\n <Col width={6} md={4}>col-6 col-md-4</Col>\n </Row>\n <Row>\n <Col width={6} md={4}>col-6 col-md-4</Col>\n <Col width={6} md={4}>col-6 col-md-4</Col>\n <Col width={6} md={4}>col-6 col-md-4</Col>\n </Row>\n <Row>\n <Col width={6}>col-6</Col>\n <Col width={6}>col-6</Col>\n </Row>\n</Container>\n"
35061
+ module.exports = "<Container layout=\"flex\" >\n <Row>\n <Col xs md={8}>col-md-8</Col>\n <Col width={6} md={4}>col-6 col-md-4</Col>\n </Row>\n <Row>\n <Col width={6} md={4}>col-6 col-md-4</Col>\n <Col width={6} md={4}>col-6 col-md-4</Col>\n <Col width={6} md={4}>col-6 col-md-4</Col>\n </Row>\n <Row>\n <Col width={6}>col-6</Col>\n <Col width={6}>col-6</Col>\n </Row>\n</Container>\n"
35062
35062
35063
35063
/***/ }),
35064
35064
35065
35065
/***/ "./setting-one-column-width.md":
35066
35066
/***/ (function(module, exports) {
35067
35067
35068
- module.exports = "<Container>\n <Row>\n <Col>1 of 3</Col>\n <Col width={6}>2 of 3 (wider)</Col>\n <Col>3 of 3</Col>\n </Row>\n <Row>\n <Col>1 of 3</Col>\n <Col width={5}>2 of 3 (wider)</Col>\n <Col>3 of 3</Col>\n </Row>\n</Container>\n"
35068
+ module.exports = "<Container layout=\"flex\" >\n <Row>\n <Col>1 of 3</Col>\n <Col width={6}>2 of 3 (wider)</Col>\n <Col>3 of 3</Col>\n </Row>\n <Row>\n <Col>1 of 3</Col>\n <Col width={5}>2 of 3 (wider)</Col>\n <Col>3 of 3</Col>\n </Row>\n</Container>\n"
35069
35069
35070
35070
/***/ }),
35071
35071
35072
35072
/***/ "./stacked-to-horizontal.md":
35073
35073
/***/ (function(module, exports) {
35074
35074
35075
- module.exports = "<Container>\n <Row>\n <Col sm={8}>col-sm-8</Col>\n <Col sm={4}>col-sm-4</Col>\n </Row>\n <Row>\n <Col sm>col-sm</Col>\n <Col sm>col-sm</Col>\n <Col sm>col-sm</Col>\n </Row>\n</Container>\n"
35075
+ module.exports = "<Container layout=\"flex\" >\n <Row>\n <Col sm={8}>col-sm-8</Col>\n <Col sm={4}>col-sm-4</Col>\n </Row>\n <Row>\n <Col sm>col-sm</Col>\n <Col sm>col-sm</Col>\n <Col sm>col-sm</Col>\n </Row>\n</Container>\n"
35076
35076
35077
35077
/***/ }),
35078
35078
35079
35079
/***/ "./variable-width-content.md":
35080
35080
/***/ (function(module, exports) {
35081
35081
35082
- module.exports = "<Container>\n <Row style={{ justifyContent: 'center' }}>\n <Col xs lg={2}>1 of 3</Col>\n <Col width={12} md=\"auto\">Variable width content</Col>\n <Col xs lg={2}>3 of 3</Col>\n </Row>\n <Row>\n <Col>1 of 3</Col>\n <Col width={12} md=\"auto\">Variable width content</Col>\n <Col xs lg={2}>3 of 3</Col>\n </Row>\n</Container>\n"
35082
+ module.exports = "<Container layout=\"flex\" >\n <Row style={{ justifyContent: 'center' }}>\n <Col xs lg={2}>1 of 3</Col>\n <Col width={12} md=\"auto\">Variable width content</Col>\n <Col xs lg={2}>3 of 3</Col>\n </Row>\n <Row>\n <Col>1 of 3</Col>\n <Col width={12} md=\"auto\">Variable width content</Col>\n <Col xs lg={2}>3 of 3</Col>\n </Row>\n</Container>\n"
35083
35083
35084
35084
/***/ })
35085
35085
35086
35086
/******/ });
35087
- //# sourceMappingURL=bundle.js.map?2f2064b135e4558d953d
35087
+ //# sourceMappingURL=bundle.js.map?97a8e31884962ca0af62
0 commit comments