Skip to content

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

License

Notifications You must be signed in to change notification settings

dash-ui/unitless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0572ea6 · Sep 27, 2021

History

16 Commits
Sep 26, 2021
Sep 26, 2021
Sep 26, 2021
Sep 26, 2021
Sep 26, 2021
May 3, 2020
Jul 4, 2020
Sep 26, 2021
Sep 26, 2021
May 3, 2020
Sep 26, 2021
Sep 26, 2021
Sep 27, 2021
Sep 26, 2021
Sep 26, 2021

Repository files navigation


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

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

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

LICENSE

MIT

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published