项目原始demo,不改动
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。

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.