UNPKG

rollup-plugin-scss-lit

Version:

Rollup plugin for importing Sass 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 }) { /* c8 ignore next 2 */ if (reason) { this.error(reason,{ column, line }) } else { this.error(message) } }