Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/extend/mediaquery/
DmediaQuery.ts98 const noSpace: string = condition.replace(/\s*/g, ''); constant
104 if (MEDIA_QUERY_RULE.CONDITION_WITH_SCREEN.exec(noSpace)) {
105 if (noSpace.indexOf('notscreen') !== -1) {
109 if (screenPatt.exec(noSpace)) {
112 noScreen = noSpace.replace(/^(only|not)?screen(and)?/g, '');
116 } else if (MEDIA_QUERY_RULE.CONDITION_WITHOUT_SCREEN.exec(noSpace)) {
117 noScreen = noSpace;