minify-selectors
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.0-beta.3
{ | ||
"name": "minify-selectors", | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0-beta.3", | ||
"description": "Post-processor that minifies classes and IDs in CSS, HTML and Javascript files.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -48,3 +48,3 @@ [1]: https://github.com/adamgian/minify-selectors/releases/latest | ||
<pre lang="scss"> | ||
[id='a'], { … } | ||
[id='a'] { … } | ||
.b, .c { … } | ||
@@ -51,0 +51,0 @@ .b .d:focus-within { … } |