deepsea ca9f471156 first commit | 1 rok pred | |
---|---|---|
.. | ||
src | 1 rok pred | |
types | 1 rok pred | |
LICENSE-MIT | 1 rok pred | |
README.md | 1 rok pred | |
package.json | 1 rok pred |
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