Skip to content

Instantly share code, notes, and snippets.

@shlomitc
Created October 7, 2020 19:38
Show Gist options
  • Save shlomitc/4b99cab22d79e8a5d4d9a76a91ba074f to your computer and use it in GitHub Desktop.
Save shlomitc/4b99cab22d79e8a5d4d9a76a91ba074f to your computer and use it in GitHub Desktop.
create css classes during runtime
<style
dangerouslySetInnerHTML={{
__html: `
.my-class {
color: red;
}
}}
></style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment