
import {css} from "@chasemoskal/magical"

export const hiddenCss = css`

:host {
	display: none;
}

`
