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

react-bem-grid

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-bem-grid - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

12

examples/documentation/src/components/documentation.jsx

@@ -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 />

2

package.json
{
"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

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