Skip to content

Commit

Permalink
fix(styles): style template uses lit correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed Feb 20, 2024
1 parent 077a703 commit 4e2b2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/staticStyles-template.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import {css} from 'lit-element';
import {css} from 'lit';
export default css`<% content %>`;

0 comments on commit 4e2b2e2

Please sign in to comment.