dash-ui / unitless

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

License:MIT License


Languages

Language:TypeScript 61.1%Language:JavaScript 32.2%Language:Shell 6.7%