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

3 лет назад
123456789101112131415161718192021222324252627282930313233
  1. ## 4.1.0
  2. * Add option to disable bug fixes [#53](https://github.com/luisrudge/postcss-flexbugs-fixes/pull/53)
  3. ## 4.0.0
  4. * upgrade to postcss 7
  5. ## 3.3.1
  6. * Autoremoval of 0% Basis [#46](https://github.com/luisrudge/postcss-flexbugs-fixes/pull/46). More context [here](https://github.com/luisrudge/postcss-flexbugs-fixes/issues/45#issuecomment-385070879)
  7. ## 3.3.0
  8. * Revert Autoremoval of 0% Basis [#43](https://github.com/luisrudge/postcss-flexbugs-fixes/pull/43)
  9. ## 3.2.0
  10. * Set flex basis if second value is not a number [#41](https://github.com/luisrudge/postcss-flexbugs-fixes/pull/41)
  11. ## 3.1.0
  12. * Fix safari issues with flex-basis [#38](https://github.com/luisrudge/postcss-flexbugs-fixes/pull/38)
  13. ## 3.0.0
  14. * upgrade to postcss 6
  15. ## 2.1.0
  16. * Prevent mutating value when flex value is one of `['none', 'auto', 'content', 'inherit', 'initial', 'unset']`
  17. ## 2.0.0
  18. * upgrade to postcss 5
  19. ## 1.1.0
  20. * Ignore flex set to none [#24](https://github.com/luisrudge/postcss-flexbugs-fixes/pull/24)
  21. * The default value of flex-basis is 0% [#22](https://github.com/luisrudge/postcss-flexbugs-fixes/pull/22)
  22. ## 1.0
  23. * Initial release