web 3d图形渲染器
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.

33 lines
703 B

  1. # Changes to PostCSS Logical Properties
  2. ### 3.0.0 (September 20, 2018)
  3. - Added: Support for logical properties within `transition` and
  4. `transition-property`.
  5. - Changed: Physical rule fallbacks are written as full selectors rather than
  6. as nesting selectors.
  7. ### 2.0.0 (September 17, 2018)
  8. - Updated: Support for PostCSS v7+
  9. - Updated: Support for Node v6+
  10. ### 1.1.1 (March 21, 2017)
  11. - Fix `dir` option to allow falsey value
  12. ### 1.1.0 (March 20, 2017)
  13. - Add `preserve` option to preserve logical properties and values
  14. ### 1.0.2 (Aug 15, 2017)
  15. - Improve flow-relative clear support
  16. ### 1.0.1 (Aug 13, 2017)
  17. - Improve flow-relative border support
  18. ### 1.0.0 (Aug 8, 2017)
  19. - Initial version