Skip to content

Commit 647af92

Browse files
authored
chore: improve OpenUI5 CSS vars detection (#12810)
1 parent 3e2a956 commit 647af92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/base/src/features/OpenUI5Support.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class OpenUI5Support {
214214
return false;
215215
}
216216

217-
return !!link.href.match(/\/css(-|_)variables\.css/);
217+
return !!link.href.match(/\/css(-|_)variables\.css/) || !!link.href.match(/\/library\.css/);
218218
}
219219

220220
static getNextZIndex() {

0 commit comments

Comments
 (0)