An open API service indexing awesome lists of open source software.

https://github.com/dash-ui/unitless

An object containing CSS properties that don't accept values with units for @dash-ui
https://github.com/dash-ui/unitless

dash dash-ui unitess-css-properties unitless

Last synced: about 2 months ago
JSON representation

An object containing CSS properties that don't accept values with units for @dash-ui

Awesome Lists containing this project

README

          





An object containing CSS properties that don't accept values with units.
This is a fork of @emotion/unitless because they don't have TypeScript types
over yonder and that has been a real pain point.

npm i @dash-ui/unitless



Bundlephobia


Types


Code coverage


Build status


NPM Version


MIT License

---

## Quick start

```js
import unitless from "@dash-ui/unitless";

unitless.boxFlex === 1; // true
unitless.padding === 1; // false
```

## LICENSE

MIT