Open dakom opened 3 years ago
When trying to import something like const red = css`red`; as recommended in the lit-element guide for stying, minification breaks.
const red = css`red`;
Here's a barebones repo to show the problem: https://github.com/dakom/temp-bug-repro-rollup-minify-html
Also related to https://github.com/asyncLiz/minify-html-literals/issues/19 when using partial CSS inside a shorthand declaration
When trying to import something like
const red = css`red`;
as recommended in the lit-element guide for stying, minification breaks.Here's a barebones repo to show the problem: https://github.com/dakom/temp-bug-repro-rollup-minify-html