45fd2ef3f9d1c5d18ad3c79a564c75f25dbf3532cddd4589560ca386ac8cd2bac7c690eaa6188df56086319cfebfd275c9428f33e9802dff1d2ab902235f38 580 B

123456789101112131415161718192021222324252627
  1. # 1.2.2
  2. * Resolves an issue where `all and` would be removed from
  3. `@media not all and (conditions) {}`, causing an invalid media query to
  4. be output.
  5. # 1.2.1
  6. * Resolves an issue where `1.2.0` would throw on empty function parentheses.
  7. # 1.2.0
  8. * Adds support for simplifying `min-aspect-ratio` and `max-aspect-ratio`. For
  9. example, `@media (min-aspect-ratio: 1280/720) {}` can be minified to
  10. `@media (min-aspect-ratio:16/9){}`.
  11. # 1.1.0
  12. * Adds support for removing the unnecessary `all and` from media queries.
  13. # 1.0.1
  14. * Refactor to ES6.
  15. # 1.0.0
  16. * Initial release.