css-property-names

1.0.7 • Public • Published

Provides easy access to all CSS property names.

Usage

import { CSSPropertyNames, CSSPropertyNameMap, PrefixedCSSPropertyNames } from 'css-property-names'

console.log(CSSPropertyNames /* string[] */);
//logs the name of every property

const normal: keyof CSSPropertyNameMap = 'color';

console.log(PrefixedCSSPropertyNames.cssAccentColor)
//'accentColor'

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i css-property-names

      Weekly Downloads

      25

      Version

      1.0.7

      License

      MIT

      Unpacked Size

      118 kB

      Total Files

      7

      Last publish

      Collaborators

      • npm-support