-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comma separated rules are unnecessarily expanded (duplicate blocks) #58
Comments
enhancement? that output should be consider a bug and fixed. is this being worked on any time soon? would like to use this plugin but that extra bloat isn't worth refactoring from Less vars... |
@jfbrennan The effective output is the same whether expanded or comma-separated so it isn't a bug. I have no plans to work on this issue but happy to review a PR |
@MadLittleMods thanks for the quick reply. FYI anyone concerned about the unexpected output (this significantly increases the size of your stylesheet) the cousin plugin https://github.com/postcss/postcss-custom-properties does not have this issue. |
@jfbrennan As a note, https://github.com/ben-eb/cssnano works great for minifying CSS and the |
It appears that comma-separated rules are expanded even if the variable value is the same, creating additional unnecessary rules.
Input:
Expected output:
Actual output:
The text was updated successfully, but these errors were encountered: