extract-breakpoints
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -8,2 +8,3 @@ module.exports = function convertValue(value, previous) { | ||
case 'em': | ||
case 'rem': | ||
return +d * 16; | ||
@@ -10,0 +11,0 @@ |
{ | ||
"name": "extract-breakpoints", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Extract CSS breakpoints from responsive sites", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4364
141