@kollegorna/sass-utils
Advanced tools
Comparing version
{ | ||
"name": "@kollegorna/sass-utils", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Kollegorna's SASS utilities", | ||
@@ -5,0 +5,0 @@ "author": "Kollegorna", |
@@ -18,4 +18,4 @@ # Kollegorna's SASS utilities library | ||
```scss | ||
@import "sass-utils/src/all"; | ||
```sass | ||
@import "@kollegorna/sass-utils/src/all"; | ||
``` | ||
@@ -80,2 +80,7 @@ | ||
@include mq(large upEq) { | ||
// >= 960px | ||
// screen and (min-width: 60em) | ||
} | ||
@include mq(between small large) { | ||
@@ -86,2 +91,7 @@ // 640px < x <= 960px | ||
@include mq(betweenEq small large) { | ||
// 640px <= x <= 960px | ||
// screen and (min-width: 40em) and (max-width: 60em) | ||
} | ||
@include mq(portrait) { | ||
@@ -88,0 +98,0 @@ // screen and (orientation: portrait) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
22736
2.6%18
5.88%255
4.08%1
Infinity%