Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

il y a 3 ans
12345678910111213141516171819202122232425262728293031323334
  1. # 4.0.0-rc.0
  2. * Breaking: Drops support for Node 0.12, we now require at least Node 4.
  3. * Breaking: Update PostCSS to 6.0.0.
  4. # 2.1.0
  5. * postcss-discard-empty will now report the rules that were removed
  6. (thanks to @duncanbeevers).
  7. # 2.0.1
  8. * Now compiled with babel 6.
  9. # 2.0.0
  10. * Upgraded to PostCSS 5.
  11. # 1.1.2
  12. * Increased performance by iterating the AST in a single pass
  13. (thanks to @andyjansson).
  14. # 1.1.1
  15. * Tweaks for compatibility with the plugin guidelines.
  16. # 1.1.0
  17. * Now uses the PostCSS `4.1` plugin API.
  18. # 1.0.0
  19. * Initial release.