User status: ${ state.status }
- - ``` -#### Host - -[`:host` is a native selector](https://developer.mozilla.org/en-US/docs/Web/CSS/:host()) -for web-components. -It allows to select the current component itself. - -#### Variables - -You can use variables in your CSS just like in your templates. - -Example: -```html - - - -