postcss-normalize-positions
TypeScript icon, indicating that this package has built-in type declarations

6.0.2 • Public • Published

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

Versions

Current Tags

Version History

Package Sidebar

Install

npm i postcss-normalize-positions

Weekly Downloads

9,798,954

Version

6.0.2

License

MIT

Unpacked Size

8.51 kB

Total Files

6

Last publish

Collaborators

  • beneb
  • ludovicofischer
  • ai
  • chriseppstein
  • andyjansson
  • evilebottnawi
  • cssnano-bot