Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/extend/mediaquery/
DmediaQuery.ts216 const noAnd: string = condition.replace(/and[^a-z]/g, ',('); constant
217 const conditionArr: string[] = noAnd.split(',');