UNPKG

@nent/core

Version:

Functional elements to add routing, data-binding, dynamic HTML, declarative actions, audio, video, and so much more. Supercharge static HTML files into web apps without script or builds.

18 lines (17 loc) 299 B
:host { display: none; } :host(.active) { display: block; } :host(.active) ::slotted([slot='content']), :host(.active) div[slot='content'] { display: none; } :host(.exact) { display: block; } :host(.exact) ::slotted([slot='content']), :host(.exact) div[slot='content'] { display: block; }