Skip to content

Instantly share code, notes, and snippets.

@gkilmain
Created June 7, 2018 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gkilmain/f40927010fdd2c9839d00e79f431a4e4 to your computer and use it in GitHub Desktop.
Save gkilmain/f40927010fdd2c9839d00e79f431a4e4 to your computer and use it in GitHub Desktop.
record-text
<record-text>Regular text</record-text>
<record-text class="title">Title text</record-text>
:host {
font-size:12px;
}
:host(.title) {
font-size: 18px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment