From 7571f8c534a9a14d84343d796f4c6a1d3b39a3df Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 9 Feb 2024 10:27:09 -0500 Subject: [PATCH] remove styles from template --- scripts/plop/templates/component/styles.hbs | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/plop/templates/component/styles.hbs b/scripts/plop/templates/component/styles.hbs index 1775f7f7..940a1557 100644 --- a/scripts/plop/templates/component/styles.hbs +++ b/scripts/plop/templates/component/styles.hbs @@ -1,9 +1,6 @@ import { css } from 'lit'; -import componentStyles from '../../styles/component.styles.js'; export default css` - ${componentStyles} - :host { display: block; }