mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
remove styles from template
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
import { css } from 'lit';
|
import { css } from 'lit';
|
||||||
import componentStyles from '../../styles/component.styles.js';
|
|
||||||
|
|
||||||
export default css`
|
export default css`
|
||||||
${componentStyles}
|
|
||||||
|
|
||||||
:host {
|
:host {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user