styled-bootstrap-grid
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -10,3 +10,3 @@ 'use strict'; | ||
var _styledComponent = require('styled component'); | ||
var _styledComponents = require('styled -components'); | ||
@@ -21,5 +21,5 @@ function _taggedTemplateLiteral(strings, raw) { return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); } | ||
if (css == null) { | ||
return (0, _styledComponent.injectGlobal)(_templateObject, defaultCSS); | ||
return (0, _styledComponents.injectGlobal)(_templateObject, defaultCSS); | ||
} | ||
return (0, _styledComponent.injectGlobal)(_templateObject2, defaultCSS, css); | ||
return (0, _styledComponents.injectGlobal)(_templateObject2, defaultCSS, css); | ||
}; |
{ | ||
"name": "styled-bootstrap-grid", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "bootstrap grid system using styled components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -20,3 +20,4 @@ # styled-bootstrap-grid | ||
>> Bootstrap is developed mobile first, a strategy in which we optimize code for mobile devices first and then scale up components as necessary using CSS media queries. To ensure proper rendering and touch zooming for all devices, add the responsive viewport meta tag to your `<head>`. *from [Bootstrap documentation](https://v4-alpha.getbootstrap.com/getting-started/introduction/#responsive-meta-tag)* | ||
> Bootstrap is developed mobile first, a strategy in which we optimize code for mobile devices first and then scale up components as necessary using CSS media queries. To ensure proper rendering and touch zooming for all devices, add the responsive viewport meta tag to your `<head>`. | ||
> *from [Bootstrap documentation](https://v4-alpha.getbootstrap.com/getting-started/introduction/#responsive-meta-tag)* | ||
@@ -169,3 +170,3 @@ ```html | ||
## todo | ||
Because the module is meant to become 100% cssless, I must : | ||
* find a way to inject `<meta />` head element. | ||
Any idea ? | ||
Please [leave a suggestion](https://github.com/dragma/styled-bootstrap-grid/issues). |
@@ -1,2 +0,2 @@ | ||
import { injectGlobal } from 'styled component'; | ||
import { injectGlobal } from 'styled -components'; | ||
@@ -3,0 +3,0 @@ const defaultCSS = ` |
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
171
39166