postcss-size-nib

1.0.3 • Public • Published

PostCSS Size nib Build Status

PostCSS plugin that allows the use of "size:" instead of width & height.

.foo {
    size: 10px;
}
.bar {
    size: 5px 10px;
}
.foo {
    width: 10px;
    height: 10px;
}
.bar {
    width: 5px;
    height: 10px;
}

Usage

postcss([ require('postcss-size-nib') ])

See PostCSS docs for examples for your environment.

Versions

Current Tags

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

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    2
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i postcss-size-nib

Weekly Downloads

2

Version

1.0.3

License

MIT

Last publish

Collaborators

  • thesisb