You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 193 B

3 years ago
1234567891011
  1. # @emotion/unitless
  2. > An object of css properties that don't accept values with units
  3. ```jsx
  4. import unitless from '@emotion/unitless'
  5. unitless.flex === 1
  6. unitless.padding === undefined
  7. ```