{"mappings":"AAAA,cAAmB,iBAAiB;AAEpC,OAAO,cAAMA,YAAY","names":["resetStyle: CSSResult"],"sources":["../../../src/internal/reset-style.ts"],"sourcesContent":["import { css, type CSSResult } from \"lit\";\n\nexport const resetStyle: CSSResult = css`\n  *,\n  :host {\n    box-sizing: border-box;\n  }\n\n  i {\n    font-style: normal;\n  }\n\n  a {\n    color: currentColor;\n    text-decoration: none;\n  }\n\n  span {\n    white-space: nowrap;\n  }\n\n  svg {\n    user-select: none;\n  }\n\n  input {\n    border: 0;\n    padding: 0;\n    outline: 0;\n    font-size: 100%;\n    color: currentColor;\n    background: none;\n  }\n\n  dl,\n  dd {\n    margin: 0;\n  }\n\n  ul {\n    padding: 0;\n    margin: 0;\n  }\n\n  dialog {\n    border: 0;\n    margin: 0;\n    padding: 0;\n    outline: 0;\n  }\n\n  [popover] {\n    border: 0;\n    margin: 0;\n    padding: 0;\n  }\n\n  @supports not selector(:popover-open) {\n    [popover] {\n      display: none;\n    }\n  }\n`;\n"],"version":3,"file":"reset-style.d.ts"}