UNPKG

lit-components-1

Version:

Inclusive UI elements library based on web components

11 lines (10 loc) 189 B
import { css } from 'lit'; export const sharedStyles = css ` * { margin: 0; padding: 0; box-sizing: border-box; color: inherit; font-family: Arial, sans-serif; } `;