Skip to content

Commit

Permalink
Update src/compiler/transformers/add-static-style.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Waskiewicz <[email protected]>
  • Loading branch information
christian-bromann and rwaskiewicz authored Dec 5, 2023
1 parent 2bae1e7 commit 005cf79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/transformers/add-static-style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const createStyleIdentifier = (cmp: d.ComponentCompilerMeta, style: d.Sty
*/
const externalStyles = Array.from(new Set(style.externalStyles.map((s) => s.absolutePath)));
/**
* Set a styleIdentifier which will be propagated to to the component and
* Set a styleIdentifier which will be propagated to the component and
* later picked up by rollup when it injects the parsed CSS directly into
* the component, see `compilerCtx.worker.transformCssToEsm` in
* `src/compiler/bundle/ext-transforms-plugin.ts`
Expand Down

0 comments on commit 005cf79

Please sign in to comment.