UNPKG

@utrecht/web-component-library-stencil

Version:

Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture

23 lines (21 loc) 421 B
/** * @license EUPL-1.2 * Copyright (c) 2020-2024 Frameless B.V. * Copyright (c) 2021-2024 Gemeente Utrecht */ :host { display: block; } :host([hidden]) { display: none !important; } .utrecht-flex-wrap-fallback__content--hidden, .utrecht-flex-wrap-fallback__fallback--hidden { block-size: 0; opacity: 0%; outline: 0; overflow: hidden; pointer-events: none; position: relative; user-select: none; }