postcss-flex-to-table-cell

0.0.0 • Public • Published

PostCSS Flex Ie Build Status

PostCSS plugin fix ie < 10 flex.

/* Input example */
.foo {
    display: flex;
    align-items: center;
}
/* Output example */
.foo > * {
  display: table-cell;
  vertical-align: middle;
}

Usage

postcss([ require('postcss-flex-ie') ])

See PostCSS docs for examples for your environment.

Package Sidebar

Install

npm i postcss-flex-to-table-cell

Weekly Downloads

0

Version

0.0.0

License

MIT

Unpacked Size

3.42 kB

Total Files

5

Last publish

Collaborators

  • guan6