max_liu b7ab7c8514 chore: 更新node_modules依赖文件 2 tuần trước cách đây
..
src b7ab7c8514 chore: 更新node_modules依赖文件 2 tuần trước cách đây
types b7ab7c8514 chore: 更新node_modules依赖文件 2 tuần trước cách đây
LICENSE-MIT b7ab7c8514 chore: 更新node_modules依赖文件 2 tuần trước cách đây
README.md b7ab7c8514 chore: 更新node_modules依赖文件 2 tuần trước cách đây
package.json b7ab7c8514 chore: 更新node_modules依赖文件 2 tuần trước cách đây

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