@symbo.ls/scratch
Advanced tools
Comparing version 0.3.31 to 0.3.32
@@ -5,3 +5,3 @@ { | ||
"author": "symbo.ls", | ||
"version": "0.3.31", | ||
"version": "0.3.32", | ||
"files": [ | ||
@@ -8,0 +8,0 @@ "src" |
@@ -5,3 +5,3 @@ 'use strict' | ||
screenL: '(max-width: 1920px)', | ||
screenD: '(max-width: 1680px)', | ||
screenM: '(max-width: 1680px)', | ||
screenS: '(max-width: 1440px)', | ||
@@ -14,2 +14,14 @@ tabletL: '(max-width: 1366px)', | ||
mobileS: '(max-width: 480px)', | ||
mobileXS: '(max-width: 375px)', | ||
sL: '(max-width: 1920px)', | ||
sM: '(max-width: 1680px)', | ||
sS: '(max-width: 1440px)', | ||
tL: '(max-width: 1366px)', | ||
tM: '(max-width: 1280px)', | ||
tS: '(max-width: 1024px)', | ||
mL: '(max-width: 768px)', | ||
mM: '(max-width: 560px)', | ||
mS: '(max-width: 480px)', | ||
mS: '(max-width: 375px)', | ||
@@ -16,0 +28,0 @@ light: '(prefers-color-scheme: light)', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30359
925