UNPKG

@ppci/custom-loader

Version:

A custom loader

12 lines (9 loc) 142 B
import { css } from 'lit-element'; export default css` :host([small]) { --size: 2rem; } :host([medium]) { --size: 4rem; } `;