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 383b868 commit 632e9dfCopy full SHA for 632e9df
core/scripts/testing/scripts.js
@@ -46,6 +46,11 @@
46
linkTag.setAttribute('type', 'text/css');
47
linkTag.setAttribute('href', '/css/ionic/bundle.ionic.css');
48
document.head.appendChild(linkTag);
49
+
50
+ const defaultLinkTag = document.querySelector('link[href*="css/ionic.bundle.css"]');
51
+ if (defaultLinkTag) {
52
+ defaultLinkTag.remove();
53
+ }
54
}
55
56
0 commit comments