Microsoft Office CSS properties
npm install @useparcel/mso-propertiesNPM package of all MSO CSS properties
``sh`
npm install @useparcel/mso-properties
`js
const msoProperties = require('@useparcel/mso-properties')
// ... your code here
`
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.
*