Skip to content

Commit 155f2c8

Browse files
committed
Removing text/css type from style element
1 parent 667e22f commit 155f2c8

File tree

1 file changed

+0
-1
lines changed
  • libraries/load-themed-styles/src

1 file changed

+0
-1
lines changed

libraries/load-themed-styles/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ function registerStyles(styleArray: ThemableArray): void {
395395
} = resolveThemableArray(styleArray);
396396

397397
styleElement.setAttribute('data-load-themed-styles', 'true');
398-
styleElement.type = 'text/css';
399398
if (_styleNonce) {
400399
styleElement.setAttribute('nonce', _styleNonce);
401400
}

0 commit comments

Comments
 (0)