Skip to content

Instantly share code, notes, and snippets.

@jhnns
Created February 2, 2016 16:31
Show Gist options
  • Save jhnns/0473ee2c022b12e507b3 to your computer and use it in GitHub Desktop.
Save jhnns/0473ee2c022b12e507b3 to your computer and use it in GitHub Desktop.
postcss-merge-rules bug (see https://github.com/ben-eb/postcss-merge-rules/issues/14) with `cssnano v3.4.0 (cli v1.0.3)`
.a {
font-family: Arial;
font-family: Helvetica;
}
.b {
font-family: Arial;
}
.a{font-family:Helvetica}.a,.b{font-family:Arial}
cssnano in.css out.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment