vasille-css
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -40,3 +40,3 @@ let common; | ||
if (!tablet) { | ||
tablet = createStyleSheet(`(min-width:${mobileMaxWidth}px)and(max-width:${tabletMaxWidth}px)`); | ||
tablet = createStyleSheet(`(min-width:${mobileMaxWidth}px) and (max-width:${tabletMaxWidth}px)`); | ||
} | ||
@@ -47,3 +47,3 @@ sheet = tablet; | ||
if (!desktop) { | ||
desktop = createStyleSheet(`(min-width:${tabletMaxWidth}px)and(max-width:${laptopMaxWidth}px)`); | ||
desktop = createStyleSheet(`(min-width:${tabletMaxWidth}px) and (max-width:${laptopMaxWidth}px)`); | ||
} | ||
@@ -50,0 +50,0 @@ sheet = desktop; |
{ | ||
"name": "vasille-css", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "Add module CSS styles to Vasille Components", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
11364