Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112131415161718192021222324252627282930313233343536
  1. # 4.0.0 2017-09-17
  2. - Updated: Support for PostCSS v7+
  3. - Updated: Support for Node v6+
  4. # 3.0.0 2017-05-10
  5. Change: Use PostCSS 6 API.
  6. # 2.1.2 2016-04-01
  7. Fix: incorrect output when using both > and >= (or similar).(#12)
  8. # 2.1.1 2015-11-26
  9. Fix: Pixels rounding errors in fractional pixels media queries.
  10. # 2.1.0 2015-09-08
  11. Add: Support for `<` and `>` without `=`.
  12. # 2.0.0 2015-09-05
  13. Change: Use PostCSS 5.0 API.
  14. # 1.2.0 2015-07-06
  15. Change: Use PostCSS 4.1 plugin API.
  16. # 1.1.0 2014-12-15
  17. Add: `( 300px <= width <= 900px)` or `( 900px >= width >= 300px)` syntax.
  18. # 1.0.0
  19. The first release.