PostCSS Flexbugs Fixes
PostCSS plugin This project tries to fix all of flexbug's issues.
4
bugInput
Output
6
bugInput
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:
8.1.a
bugInput
Output
Usage
;
You can also disable bugs individually, possible keys bug4
, bug6
and bug8a
.
var plugin = ;;
See PostCSS docs for examples for your environment.