UNPKG

303 BJavaScriptView Raw
1import {
2 component_styles_default
3} from "./chunk.7IGWJVQF.js";
4import {
5 r
6} from "./chunk.WWAD5WF4.js";
7
8// src/components/animation/animation.styles.ts
9var animation_styles_default = r`
10 ${component_styles_default}
11
12 :host {
13 display: contents;
14 }
15`;
16
17export {
18 animation_styles_default
19};