AJNB 376d9cfaf8 hjj | 5 月之前 | |
---|---|---|
.. | ||
src | 5 月之前 | |
types | 5 月之前 | |
LICENSE-MIT | 5 月之前 | |
README.md | 5 月之前 | |
package.json | 5 月之前 |
Normalize positions with PostCSS.
With npm do:
npm install postcss-normalize-positions --save
div {
background-position: bottom left;
}
div {
background-position:0 100%;
}
See the PostCSS documentation for examples for your environment.
See CONTRIBUTORS.md.
MIT © Ben Briggs