postcss-z

1.0.4 • Public • Published

postcss-z Build Status

A PostCSS plugin to replace z with z-index.

Example

Input:

.blackbriar {
  z: 1;
}

Output:

.blackbriar {
  z-index: 1;
}

Usage

Install:

npm i -D postcss-z

Then include the plugin:

postcss([require('postcss-z')(options)])

See PostCSS docs for examples for your environment.

Licence

Released under the MIT license.

Package Sidebar

Install

npm i postcss-z

Weekly Downloads

0

Version

1.0.4

License

MIT

Last publish

Collaborators

  • agtlucas