Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. :host-context(.theme-client1) {
  2. .message {
  3. color: red;
  4. }
  5. }
  6.  
  7. :host-context(.theme-client2) {
  8. .message {
  9. color: blue;
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement