Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 196 Bytes

File metadata and controls

11 lines (7 loc) · 196 Bytes

@emotion/unitless

An object of css properties that don't accept values with units

import unitless from "@emotion/unitless";

unitless.flex === 1;

unitless.padding === undefined;