peach a19a732be8 commit message | 2 yıl önce | |
---|---|---|
.. | ||
dist | 2 yıl önce | |
node_modules | 2 yıl önce | |
LICENSE-MIT | 2 yıl önce | |
README.md | 2 yıl önce | |
package.json | 2 yıl önce |
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