![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | src/ | a year ago | - | |
![]() | types/ | a year ago | - | |
![]() | LICENSE-MIT | a year ago | 1.1K | |
![]() | README.md | a year ago | 710 | 595aea1 more query options + view options [كارل مبارك] |
![]() | package.json | a year ago | 847 | afd0ccc remove unused [كارل مبارك] |
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