Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@dash-ui/unitless

dash-ui1.4kMIT2.0.0TypeScript support: included

An object containing CSS properties that don't accept values with units

unitless, unitless css properties

readme






Bundlephobia Types Build status NPM Version MIT License

npm i @dash-ui/unitless

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

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2020-07-04)