Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

styled-bootstrap-grid

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

styled-bootstrap-grid - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

6

dist/injectLayoutBaseCSS.js

@@ -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 = `

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc