项目原始demo,不改动
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
To repozytorium jest zarchiwizowane. Możesz wyświetlać pliki i je sklonować, ale nie możesz do niego przepychać zmian lub otwierać zgłoszeń/Pull Requestów.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # 2.2.3
  2. * Resolves an integration issue with css-loader; now this module will ignore
  3. any declarations that have import placeholders.
  4. * Rewrote the processor structure for improved performance; now there is an
  5. object of processors instead of an array, and a single value validation step
  6. instead of one per processor.
  7. # 2.2.2
  8. * Now will not re-order box-shadow values containing `calc()` definitions.
  9. # 2.2.1
  10. * Now will not re-order values that contain any `var()` definitions.
  11. # 2.2.0
  12. * Adds support for re-ordering `transition` declarations.
  13. # 2.1.1
  14. * Fixes an issue where special comments were being discarded by this module.
  15. Now, property values with any comments in them will be ignored.
  16. # 2.1.0
  17. * Adds support for re-ordering `box-shadow` declarations.
  18. # 2.0.2
  19. * Bump postcss-value-parser to `3.0.1` (thanks to @TrySound).
  20. * Fixes an issue where the module was discarding color codes if a `calc`
  21. function was found (thanks to @TrySound).
  22. # 2.0.1
  23. * Bump postcss-value-parser to `2.0.2`.
  24. # 2.0.0
  25. * Upgraded to PostCSS 5.
  26. # 1.1.1
  27. * Fixes an issue where `flex` properties were being mangled by the module.
  28. # 1.1.0
  29. * Adds support for `flex-flow` (thanks to @yisibl).
  30. # 1.0.1
  31. * The module will now recognise `auto` as a valid value.
  32. # 1.0.0
  33. * Initial release.