UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

12 lines (10 loc) 191 B
// src/components/animation/animation.styles.ts import { css } from "lit"; var animation_styles_default = css` :host { display: contents; } `; export { animation_styles_default };