postcss-inline-block

1.0.0 • Public • Published

PostCSS Inline Block Build Status

PostCSS plugin for IE6's inline-block bug.

.foo {
    display : inline-block;
}
.foo {
    display : inline-block;
    *display : inline;
    *zoom : 1;
}

Usage

postcss([ require('postcss-inline-block') ])

See PostCSS docs for examples for your environment.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    7
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    7
  • 0.0.0
    0

Package Sidebar

Install

npm i postcss-inline-block

Weekly Downloads

7

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bingguo