|
|
|
@ -23,15 +23,6 @@ module.exports = { |
|
|
|
// Adds the possibility to clear property value from the target style
|
|
|
|
clearProperties: false, |
|
|
|
|
|
|
|
// Properties which are valid to be shown as computed
|
|
|
|
// (Identified as inherited properties: https://developer.mozilla.org/en-US/docs/Web/CSS/inheritance)
|
|
|
|
// not used anymore
|
|
|
|
validComputed: ['border-collapse', 'border-spacing', 'caption-side', 'color', 'cursor', 'direction', 'empty-cells', |
|
|
|
'font-family', 'font-size', 'font-style', 'font-variant', 'font-weight', 'font-size-adjust', 'font-stretch', 'font', |
|
|
|
'letter-spacing', 'line-height', 'list-style-image', 'list-style-position', 'list-style-type', 'list-style', 'orphans', |
|
|
|
'quotes', 'tab-size', 'text-align', 'text-align-last', 'text-decoration-color', 'text-indent', 'text-justify', |
|
|
|
'text-shadow', 'text-transform', 'visibility', 'white-space', 'widows', 'word-break', 'word-spacing', 'word-wrap'], |
|
|
|
|
|
|
|
// Properties not to take in account for computed styles
|
|
|
|
avoidComputed: ['width', 'height'], |
|
|
|
}; |
|
|
|
|