postcss-normalize-whitespace
Install
npm install postcss-normalize-whitespace --saveExample
Input
h1{
width: calc(10px - ( 100px / var(--test) ))
}Output
h1{
width: calc(10px - 100px / var(--test))
}Usage
Contributors
License
Last updated