项目原始demo,不改动
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Це архівний репозитарій. Ви можете переглядати і клонувати файли, але не можете робити пуш або відкривати питання/запити.

4 роки тому
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.