PostCSS Flexbugs Fixes
PostCSS plugin This project tries to fix all of flexbug's issues.
bug 4
Input
Output
bug 6
Input
Output
This only fixes css classes that have the
flex
property set. To fix elements that are contained inside a flexbox container, use this global rule:
bug 8.1.a
Input
Output
Usage
You can also disable bugs individually, possible keys bug4
, bug6
and bug8a
.
See PostCSS docs for examples for your environment.
Last updated