2.0.0 • Published 4 years ago

@dash-ui/unitless v2.0.0

Weekly downloads
14
License
MIT
Repository
github
Last release
4 years ago

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.

Quick Start

import unitless from '@dash-ui/unitless'

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

API

LICENSE

MIT