We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a7bee commit 3c91236Copy full SHA for 3c91236
core/scripts/testing/scripts.js
@@ -47,6 +47,11 @@
47
linkTag.setAttribute('href', '/css/ionic/bundle.ionic.css');
48
document.head.appendChild(linkTag);
49
}
50
+
51
+ const defaultThemeLinkTag = document.querySelector('link[href*="css/ionic.bundle.css"]');
52
+ if (defaultThemeLinkTag) {
53
+ defaultThemeLinkTag.remove();
54
+ }
55
56
57
window.Ionic = window.Ionic || {};
0 commit comments