Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/
Dwrap-for-optimizing.js14 IMPORTANT_WORD_PATTERN: new RegExp('important$', 'i'), property
98 } else if (lastValue[1][0] == Match.BANG && !lastValue[1].match(Match.IMPORTANT_WORD_PATTERN)) {
100 …astValue[1].indexOf(Match.BANG) > 0 && !lastValue[1].match(Match.IMPORTANT_WORD_PATTERN) && Match.…
118 …} else if (Match.IMPORTANT_WORD_PATTERN.test(lastValue[1]) && Match.SUFFIX_BANG_PATTERN.test(prope…
132 lastValue[1] = lastValue[1].replace(Match.IMPORTANT_WORD_PATTERN, '');