styled-bootstrap-grid
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -1,4 +0,4 @@ | ||
export { default as defaultMedia } from './src/styled/media'; | ||
export { default as media } from './src/styled/media'; | ||
export { default as Container } from './src/Container'; | ||
export { default as Row } from './src/Row'; | ||
export { default as Col } from './src/Col'; |
{ | ||
"name": "styled-bootstrap-grid", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "bootstrap grid system using styled components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -47,3 +47,3 @@ # styled-bootstrap-grid | ||
```jsx | ||
```javascript | ||
import React from 'react'; | ||
@@ -75,3 +75,3 @@ import { Container, Row, Col } from 'styled-bootstrap-grid'; | ||
```es6 | ||
```javascript | ||
import React from 'react'; | ||
@@ -78,0 +78,0 @@ import styled from 'styled-components'; |
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
17319