Skip to main content

@microsoft/fast-foundation > hidden

hidden variable

A CSS fragment to set display: none; when the host is hidden using the [hidden] attribute.

Signature:
hidden = ":host([hidden]){display:none}"