3fb9d1f29058073694cdbe364ca362ee3a874808933c8d176554e398fdb4509d5e6dd2f32f958c3a5f201d04c3e52e9a162e256c9f09f3be87a7d45d8e9e4f 427 B

1234567891011121314151617181920212223242526272829
  1. # 2.1.0
  2. * postcss-discard-empty will now report the rules that were removed
  3. (thanks to @duncanbeevers).
  4. # 2.0.1
  5. * Now compiled with babel 6.
  6. # 2.0.0
  7. * Upgraded to PostCSS 5.
  8. # 1.1.2
  9. * Increased performance by iterating the AST in a single pass
  10. (thanks to @andyjansson).
  11. # 1.1.1
  12. * Tweaks for compatibility with the plugin guidelines.
  13. # 1.1.0
  14. * Now uses the PostCSS `4.1` plugin API.
  15. # 1.0.0
  16. * Initial release.