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'

/css-property-names/

    Package Sidebar

    Install

    npm i css-property-names

    Weekly Downloads

    9

    Version

    1.0.7

    License

    MIT

    Unpacked Size

    118 kB

    Total Files

    7

    Last publish

    Collaborators

    • npm-support