@useparcel/mso-properties

0.0.1 • Public • Published

mso-properties

NPM package of all MSO CSS properties

Installation

npm install @useparcel/mso-properties

Usage

const msoProperties = require('@useparcel/mso-properties')

// ... your code here

The data

The package contains an array of objects.

Each object has the following attributes:

  • property - Name of the CSS property.
  • values - Array of valid values.
  • default - The default value. If there is no default, it is set to null.
  • inherits - Whether the value is inherited from parents.

Readme

Keywords

none

Package Sidebar

Install

npm i @useparcel/mso-properties

Weekly Downloads

543

Version

0.0.1

License

MIT

Unpacked Size

154 kB

Total Files

4

Last publish

Collaborators

  • avigoldman