You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

supercell

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

supercell - npm Package Compare versions

Comparing version

to
1.1.0

.sass-cache/3e4d38cc622ee51d37a28c08283b311f8fc00a22/_objects.layout.scssc

2

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