postcss-minify-selectors
Advanced tools
Comparing version
@@ -0,1 +1,5 @@ | ||
# 1.4.4 | ||
* Fixed an integration issue with postcss-font-magician. | ||
# 1.4.3 | ||
@@ -2,0 +6,0 @@ |
@@ -21,2 +21,5 @@ 'use strict'; | ||
function optimiseAtRule (rule) { | ||
if (!rule.params) { | ||
return; | ||
} | ||
rule.params = normalize(uniq(rule.params)); | ||
@@ -23,0 +26,0 @@ } |
{ | ||
"name": "postcss-minify-selectors", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "Minify selectors with PostCSS.", | ||
@@ -22,4 +22,5 @@ "main": "index.js", | ||
"jshint-stylish": "^2.0.1", | ||
"postcss-font-magician": "^1.3.0", | ||
"tap-spec": "^4.0.2", | ||
"tape": "^4.0.0" | ||
"tape": "^4.0.1" | ||
}, | ||
@@ -39,6 +40,6 @@ "homepage": "https://github.com/ben-eb/postcss-minify-selectors", | ||
"normalize-selector": "0.0.3-a", | ||
"postcss": "^4.1.13", | ||
"postcss-selector-parser": "1.1.1", | ||
"postcss": "^4.1.16", | ||
"postcss-selector-parser": "1.1.2", | ||
"uniqs": "^2.0.0" | ||
} | ||
} |
8194
1.89%108
2.86%5
25%+ Added
- Removed
Updated