tree: 8376638008d90b707c36349e436250ebe71d50f2 [path history] [tgz]
  1. dist/
  2. node_modules/
  3. LICENSE-MIT
  4. package.json
  5. README.md
node_modules/postcss-normalize-positions/README.md

postcss-normalize-positions

Normalize positions with PostCSS.

Install

With npm do:

npm install postcss-normalize-positions --save

Example

Input

div {
    background-position: bottom left;
}

Output

div {
    background-position:0 100%;
}

Usage

See the PostCSS documentation for examples for your environment.

Contributors

See CONTRIBUTORS.md.

License

MIT © Ben Briggs