Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/
Dwrap-for-optimizing.js12 IMPORTANT_TOKEN_PATTERN: new RegExp('!important$', 'i'), property
116 if (Match.IMPORTANT_TOKEN_PATTERN.test(lastValue[1])) {
129 if (Match.IMPORTANT_TOKEN_PATTERN.test(lastValue[1])) {
130 lastValue[1] = lastValue[1].replace(Match.IMPORTANT_TOKEN_PATTERN, '');