[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]dist/2023-06-09 12:49 -  
[DIR]src/2023-06-09 12:49 -  
[TXT]README.md1985-10-26 08:15 193 f12eb36 documentaiton updates [كارل مبارك]
[TXT]CHANGELOG.md1985-10-26 08:15 516  
[   ]LICENSE1985-10-26 08:15 1.1K7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك]
[   ]package.json2023-06-09 12:49 1.4K7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك]
# @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
```