项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

преди 4 години
12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # 2.2.3
  2. * Font lookup is now case-insensitive, preventing unwanted removal of fonts
  3. that are used (thanks to @thomas-mcdonald).
  4. # 2.2.2
  5. * Removed a dependency on `flatten`.
  6. * Performance tweaks; now performs a single AST pass instead of four.
  7. # 2.2.1
  8. * Now compiled with Babel 6.
  9. # 2.2.0
  10. * Added a new option to remove `@namespace` rules (thanks to @plesiecki).
  11. # 2.1.0
  12. * Added options to customise what the module discards (thanks to @TrySound).
  13. # 2.0.0
  14. * Upgraded to PostCSS 5.
  15. # 1.0.3
  16. * Improved performance by reducing the amount of AST iterations.
  17. * Converted the codebase to ES6.
  18. # 1.0.2
  19. * Fixes an integration issue where the module would crash on `undefined`
  20. `rule.nodes`.
  21. # 1.0.1
  22. * Fixes an issue where multiple animations were not being recognized.
  23. # 1.0.0
  24. * Initial release.