Skip to content

Commit

Permalink
perf: update static style template for lit
Browse files Browse the repository at this point in the history
The static style template was still configured to look fro lit-element
which is an incorrect config.

Changes to be committed:
modified:   scripts/staticStyles-template.js
  • Loading branch information
blackfalcon committed Jan 26, 2024
1 parent 8e251ac commit d2e3058
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 d2e3058

Please sign in to comment.