2.0.1 • Published 2 years ago

css-units-list v2.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

css-units-list

List of CSS:Cascading Style Sheets Units

Data from CSS Values and Units Module Level 4

Install

yarn add css-units-list

Usage

import cssUnits from 'css-units-list'

console.log(cssUnits)

// => [ 'em', 'rem', 'ex', 'rex', 'cap', 'rcap', ...]
import {
  fontRelativeLengths,
  viewportPercentageLengths,
  relativeLengths,
  absoluteLengths,
  angleUnits,
  durationUnits,
  frequencyUnits,
  resolutionUnits,
  containerRelativeLengths,
  containerQueryLengthUnits, // Alias of `containerRelativeLengths`
} from 'css-units-list'
2.0.1

2 years ago

2.0.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago