lit-css icon indicating copy to clipboard operation
lit-css copied to clipboard

Build Plugins for CSS tagged-template-literals

Results 6 lit-css issues
Sort by recently updated
recently updated
newest added

Users should be able to opt-in to polyfilling css modules / import assertions, rather than getting the css-tagged-literal version A later breaking version would switch it to opt-out (i.e., users...

Hi, thank you so much for this library. I am using this because I need auto-prefixing on my css, and I'm chaining postcss-loader before this. It's not working right now,...

I don't know if it's a ts-patch bug or typescript-transform-lit-css. Typescript 5.4 : imports are transformed with a lit css tag. Typescript 5.5 : nothing change, import styles from './internal/checkbox-styles.css';

With `esbuild` 0.23.1 and 0.24.0, when the `esbuild-plugin-minify-html-literals` is enabled, if a component is not explicitly imported by name then the _sourcemap_ output is absent the filename. Example: ``` ......