react-bem-grid
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -56,7 +56,3 @@ import React from 'react'; | ||
return ( | ||
<Grid style={{ | ||
boxSizing: 'border-box', | ||
margin: '0 auto', | ||
padding: '0 .5rem', | ||
}}> | ||
<Grid> | ||
<nav> | ||
@@ -129,7 +125,3 @@ <Row componentClass="ul" className="navigation"> | ||
<Grid style={{ | ||
boxSizing: 'border-box', | ||
margin: '0 auto', | ||
padding: '0 1rem', | ||
}}> | ||
<Grid> | ||
@@ -136,0 +128,0 @@ <Responsive /> |
{ | ||
"name": "react-bem-grid", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "A BEM-ified port of Flexbox Grid to a simple, reusable React component.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -46,2 +46,5 @@ # React BEM Grid | ||
## Documentation | ||
#### [See all the documentation including live examples](http://nordnet.github.io/react-bem-grid/) | ||
- [Responsive](#responsive) | ||
@@ -48,0 +51,0 @@ - [Offsets](#offsets) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
371
191419
4495