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

@material/layout-grid

Package Overview
Dependencies
Maintainers
13
Versions
1660
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/layout-grid - npm Package Compare versions

Comparing version 0.41.0 to 3.0.0

CHANGELOG.md

5

package.json
{
"name": "@material/layout-grid",
"version": "0.41.0",
"version": "3.0.0",
"description": "The Material Components for the web layout grid component",

@@ -18,3 +18,4 @@ "license": "MIT",

"access": "public"
}
},
"gitHead": "747f6ed544e3a3bb3fde71ceaa51359f2212bfb9"
}

22

README.md

@@ -76,2 +76,8 @@ <!--docs:

### Styles
```scss
@import "@material/layout-grid/mdc-layout-grid";
```
### CSS Classes

@@ -131,6 +137,6 @@

--- | ---
`mdc-layout-grid($type-of-device, $margin, $max-width)` | Generates CSS for a grid container on certain device type
`mdc-layout-grid-inner($type-of-device, $margin, $gutter)` | Generates CSS for a grid cell wrapper on certain device type
`mdc-layout-grid-cell($type-of-device, $default-span, $gutter)` | Generates CSS for a grid cell on certain device type
`mdc-layout-grid-fixed-column-width($type-of-device, $margin, $gutter, $column-width)` | Generates CSS for a fixed column width container on certain device type
`mdc-layout-grid($size, $margin, $max-width)` | Generates CSS for a grid container on certain device type
`mdc-layout-grid-inner($size, $margin, $gutter)` | Generates CSS for a grid cell wrapper on certain device type
`mdc-layout-grid-cell($size, $default-span, $gutter)` | Generates CSS for a grid cell on certain device type
`mdc-layout-grid-fixed-column-width($size, $margin, $gutter, $column-width)` | Generates CSS for a fixed column width container on certain device type
`mdc-layout-grid-cell-order($order)` | Reorders a cell inside a grid

@@ -140,3 +146,3 @@ `mdc-layout-grid-cell-align($position)` | Aligns a cell vertically inside a grid

#### `mdc-layout-grid($type-of-device, $margin, $max-width)`
#### `mdc-layout-grid($size, $margin, $max-width)`

@@ -149,3 +155,3 @@ Generates CSS for a grid container on certain device type. The mixin takes three parameters:

#### `mdc-layout-grid-inner($type-of-device, $margin, $max-width)`
#### `mdc-layout-grid-inner($size, $margin, $max-width)`

@@ -157,3 +163,3 @@ Generates CSS for a grid cell wrapper on certain device type. The mixin takes three parameters:

#### `mdc-layout-grid-cell($type-of-device, $default-span, $gutter)`
#### `mdc-layout-grid-cell($size, $default-span, $gutter)`

@@ -167,3 +173,3 @@ Generates CSS for a grid cell on certain device type. The mixin takes three parameters:

#### `mdc-layout-grid-fixed-column-width($type-of-device, $margin, $gutter, $column-width)`
#### `mdc-layout-grid-fixed-column-width($size, $margin, $gutter, $column-width)`

@@ -170,0 +176,0 @@ Generates CSS for a fixed column width container on certain device type. The mixin takes four parameters:

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