postcss-box-flex

1.1.5 • Public • Published

postcss-box-flex

a postcss-plugin for adapter for box flex

add a rule prepend css when div display: -webkit-box, use after autoprefixer

div > *
div::before,
div::after {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
}

Package Sidebar

Install

npm i postcss-box-flex

Weekly Downloads

13

Version

1.1.5

License

MIT

Last publish

Collaborators

  • ustccjw