postcss-overflow-ellipsis

1.0.0 • Public • Published

PostCSS Overflow Ellipsis Build Status

PostCSS plugin to convert shorthand 'overflow: ellipsis' into the appropriate rules.

.foo {
    overflow: ellipsis;
}
.foo {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

Usage

postcss([ require('postcss-overflow-ellipsis') ])

See PostCSS docs for examples for your environment.

Versions

Current Tags

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

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2
  • 0.1.1
    1
  • 0.1.0
    1

Package Sidebar

Install

npm i postcss-overflow-ellipsis

Weekly Downloads

4

Version

1.0.0

License

MIT

Last publish

Collaborators

  • thesisb