react-styleguidist
Version:
React components style guide generator
50 lines (49 loc) • 1.18 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
/* eslint-disable */
/**
* List of inheritable properties.
*
* Borrowed from https://github.com/suitcss/preprocessor/blob/master/lib/encapsulation.js
*/
exports.default = {
'border-collapse': 'separate',
'border-spacing': 0,
'caption-side': 'top',
'color': 'initial',
'cursor': 'auto',
'direction': 'initial',
'empty-cells': 'show',
'font': 'initial',
'font-size-adjust': 'none',
'font-family': 'initial',
'font-size': 'medium',
'font-style': 'normal',
'font-stretch': 'normal',
'font-variant': 'normal',
'font-weight': 'normal',
'letter-spacing': 'normal',
'line-height': 'normal',
'list-style-image': 'none',
'list-style-position': 'outside',
'list-style-type': 'disc',
'list-style': 'initial',
'orphans': 2,
'quotes': 'initial',
'tab-size': 8,
'text-align': 'initial',
'text-align-last': 'auto',
'text-decoration-color': 'initial',
'text-indent': 0,
'text-justify': 'auto',
'text-shadow': 'none',
'text-transform': 'none',
'visibility': 'visible',
'white-space': 'normal',
'widows': 2,
'word-break': 'normal',
'word-spacing': 'normal',
'word-wrap': 'normal'
};