Björn f184cd7e2a | 4 years ago | |
---|---|---|
.. | ||
dist | 4 years ago | |
node_modules/postcss-value-parser | 4 years ago | |
LICENSE-MIT | 4 years ago | |
README.md | 4 years ago | |
package.json | 4 years ago |
Normalize whitespace with PostCSS.
With npm do:
npm install postcss-normalize-whitespace --save
h1{
width: calc(10px - ( 100px / var(--test) ))
}
h1{
width: calc(10px - 100px / var(--test))
}
See the PostCSS documentation for examples for your environment.
See CONTRIBUTORS.md.
MIT © Ben Briggs