parcel-transformer-lit-css@1.1.0
·
7 commits
to main
since this release
1.1.0
Minor Changes
-
d27e0ef: Add Parcel transformer for importing CSS files as Lit tagged template literals
This new package provides a Parcel transformer that converts CSS imports into Lit's
csstagged template literals, enabling seamless CSS-in-JS workflow for Lit components in Parcel projects.Features:
- Transforms CSS files into Lit
csstagged templates during Parcel builds - Supports configuration via package.json
- Compatible with CSS preprocessors through custom transform functions
- Leverages the core
@pwrs/lit-csstransform library - Works with Parcel 2.x
- Transforms CSS files into Lit
Patch Changes
- Updated dependencies [7422cd4]
- @pwrs/lit-css@4.1.0