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
- Host: GitHub
- URL: https://github.com/dash-ui/unitless
- Owner: dash-ui
- License: mit
- Created: 2020-05-04T01:09:08.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T06:21:28.000Z (almost 3 years ago)
- Last Synced: 2025-08-31T06:25:41.154Z (10 months ago)
- Topics: dash, dash-ui, unitess-css-properties, unitless
- Language: TypeScript
- Homepage:
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
---
## Quick start
```js
import unitless from "@dash-ui/unitless";
unitless.boxFlex === 1; // true
unitless.padding === 1; // false
```
## LICENSE
MIT