postcss-flex

PostCSS plugin so you can freely write display: flex code and have it work on IE8

Usage no npm install needed!

<script type="module">
  import postcssFlex from 'https://cdn.skypack.dev/postcss-flex';
</script>

README

Work in progress.

Idea is that you put display: flex and this plugin will polyfill it correctly so it will use flex in new browsers and tables in old browsers.

No tests yet. Not passing lint. Those are forthcoming. Way too many console.logs in the code. No good error handling. Massive refactor still to come (the code sucks.)

IE this code is production ready. :joy: