UNPKG

rollup-plugin-css-lit

Version:

Rollup plugin for importing CSS sources as constructable stylesheets to projects using lit (lit-html and lit-element) or fast-element.

9 lines (8 loc) 195 B
export default function handleError({ message, reason, column, line }) { if (reason) { this.error(reason,{ column, line }) /* c8 ignore next 3 */ } else { this.error(message) } }