UNPKG

@synergy-design-system/components

Version:

This package provides the base of the Synergy Design System as native web components. It uses [lit](https://www.lit.dev) and parts of [shoelace](https://shoelace.style/). Synergy officially supports the latest two versions of all major browsers (as define

24 lines (22 loc) 472 B
// src/components/popup/popup.custom.styles.ts import { css } from "lit"; var popup_custom_styles_default = css` .popup { /* Clear UA styles for [popover] */ :where(&) { background: unset; border: unset; color: unset; height: unset; inset: unset; margin: unset; overflow: unset; padding: unset; width: unset; } } `; export { popup_custom_styles_default }; //# sourceMappingURL=chunk.36EHOOOO.js.map