Skip to content

Instantly share code, notes, and snippets.

@jsinglet
Created September 5, 2019 18:51
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 jsinglet/090ed14312d5afe4e43255869ab27a17 to your computer and use it in GitHub Desktop.
Save jsinglet/090ed14312d5afe4e43255869ab27a17 to your computer and use it in GitHub Desktop.
:host-context(.theme-client1) {
.message {
color: red;
}
}
:host-context(.theme-client2) {
.message {
color: blue;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment