Home
last modified time | relevance | path

Searched refs:hasInherit (Results 1 – 3 of 3) sorted by relevance

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/properties/
Dhas-inherit.js1 function hasInherit(property) { function
10 module.exports = hasInherit;
Dmerge-into-shorthands.js2 var hasInherit = require('./has-inherit'); variable
199 currentValue = hasInherit(components[componentName]);
273 if (hasInherit(component)) {
370 if (hasInherit(component)) {
Doverride-properties.js1 var hasInherit = require('./has-inherit'); variable
290 if (hasInherit(right))
380 if (component.value[0][1] != right.value[0][1] && (hasInherit(left) || hasInherit(right)))