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

material-responsive-grid

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

material-responsive-grid - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "material-responsive-grid",
"author": "Ken Gregory",
"version": "1.0.0",
"version": "1.0.1",
"description": "A grid system that adheres to the responsive UI standards outlined for Google's Material Design",

@@ -20,2 +20,2 @@ "main": "./material-responsive-grid.css",

"homepage": "https://github.com/STORIS/material-responsive-grid"
}
}

@@ -5,4 +5,18 @@ # Material Responsive Grid #

## Breakpoints ##
## Installation ##
```
npm i material-responsive-grid --save
```
## Grid System ##
There are three basic elements of this grid system: grids, rows, and columns.
- Rows must be contained by a grid
- Columns must be contained by a row
### Breakpoints ###
This grid system supports six screen sizes:

@@ -24,9 +38,2 @@

## Grid System ##
There are three basic elements of this grid system: grids, rows, and columns.
- Rows must be contained by a grid
- Columns must be contained by a row
### Classes ###

@@ -46,3 +53,3 @@

### Grids ###
#### Grids ####

@@ -57,3 +64,3 @@ Grids have the following classes:

### Rows ###
#### Rows ####

@@ -73,3 +80,3 @@ Rows must be contained by a Grid and have the following classes:

### Columns ###
#### Columns ####

@@ -76,0 +83,0 @@ Columns must be contained by a Row and have the following classes:

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