asyncLiz / minify-html-literals

Minify HTML template literal strings
MIT License
68 stars 13 forks source link

Breaks with lit-element css and partial values #30

Open dakom opened 3 years ago

dakom commented 3 years ago

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

asyncLiz commented 3 years ago

Also related to https://github.com/asyncLiz/minify-html-literals/issues/19 when using partial CSS inside a shorthand declaration