Skip to content

customerio/mso-properties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

NPM package of all Microsoft Office CSS properties

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •