-
Get all styles.
[...document.querySelectorAll('[data-emotion]')] .flatMap(({ sheet }) => [...sheet.cssRules].map(rules => rules.cssText)) .join('\n')
Last active
April 27, 2022 06:45
-
-
Save guanghechen/9a1035c99691d72ab0995987ebf6c0f4 to your computer and use it in GitHub Desktop.
jss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment