GoScrobble/web/node_modules/@emotion/unitless/README.md

12 lines
193 B
Markdown
Raw Normal View History

2022-04-25 02:47:15 +00:00
# @emotion/unitless
> An object of css properties that don't accept values with units
```jsx
import unitless from '@emotion/unitless'
unitless.flex === 1
unitless.padding === undefined
```