New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@kollegorna/sass-utils

Package Overview
Dependencies
Maintainers
11
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kollegorna/sass-utils - npm Package Compare versions

Comparing version

to
1.0.1

.nvmrc

2

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