Skip to content

Commit

Permalink
remove styles from template
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Feb 9, 2024
1 parent 1bf3e5a commit 7571f8c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/plop/templates/component/styles.hbs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { css } from 'lit';
import componentStyles from '../../styles/component.styles.js';

export default css`
${componentStyles}

:host {
display: block;
}
Expand Down

0 comments on commit 7571f8c

Please sign in to comment.