🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

supercell - npm Package Compare versions

Comparing version

to
1.1.0

{
"name": "supercell",
"version": "1.0.0",
"version": "1.1.0",
"description": "Grid-like layout system.",

@@ -5,0 +5,0 @@ "scripts": {

@@ -88,3 +88,3 @@ # Supercell

```SCSS
@include widths(12);
@include supercell(12);
```

@@ -95,3 +95,3 @@

```SCSS
@include widths(12 16);
@include supercell(12 16);
```

@@ -102,3 +102,3 @@

```SCSS
@include widths(3 4 8);
@include supercell(3 4 8);
```

@@ -130,3 +130,3 @@

@media screen and (min-width: 1200px) {
@include widths(12, \@large);
@include supercell(12, \@large);
}

@@ -133,0 +133,0 @@ ```

Sorry, the diff of this file is not supported yet