| .. | ||
| dist | ||
| src | ||
| CHANGELOG.md | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
@emotion/unitless
An object of css properties that don't accept values with units
import unitless from '@emotion/unitless'
unitless.flex === 1
unitless.padding === undefined
| .. | ||
| dist | ||
| src | ||
| CHANGELOG.md | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
An object of css properties that don't accept values with units
import unitless from '@emotion/unitless'
unitless.flex === 1
unitless.padding === undefined