react-simple-flex-grid
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "react-simple-flex-grid", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -32,3 +32,2 @@ "keywords": [ | ||
"autoprefixer": "^6.7.7", | ||
"autoprefixer-loader": "^3.2.0", | ||
"babel-cli": "^6.24.0", | ||
@@ -35,0 +34,0 @@ "babel-core": "^6.24.0", |
@@ -110,3 +110,3 @@ ReactSimpleFlexGrid | ||
``` | ||
<Row gutter={40} justify="end" align="center"> | ||
<Row gutter={40}> | ||
<Col xs={2} sm={4} md={6} lg={8} xl={10}>xl-10</Col> | ||
@@ -124,3 +124,3 @@ <Col xs={10} sm={8} md={6} lg={4} xl={2}>xl-2</Col> | ||
``` | ||
<Row gutter={40} justify="end" align="center"> | ||
<Row gutter={40}> | ||
<Col xs={{ span: 6, offset: 2 }}>xs-6</Col> | ||
@@ -127,0 +127,0 @@ <Col span={4}>col-4</Col> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
40
2
50813