We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c285cd commit ca70106Copy full SHA for ca70106
libraries/load-themed-styles/src/index.ts
@@ -389,6 +389,7 @@ function registerStyles(styleArray: ThemableArray): void {
389
themable
390
} = resolveThemableArray(styleArray);
391
392
+ styleElement.setAttribute('data-load-themed-styles', 'true');
393
styleElement.type = 'text/css';
394
if (_styleNonce) {
395
styleElement.setAttribute('nonce', _styleNonce);
0 commit comments