Skip to content

Commit 9383bd4

Browse files
committed
chore(lit): add ?lit suffix to css import
1 parent e8bcc23 commit 9383bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web-components/src/components/masthead/masthead-l1-cta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import Demo16 from '../../internal/vendor/@carbon/web-components/icons/demo/16.j
1919
import Email16 from '../../internal/vendor/@carbon/web-components/icons/email/16.js';
2020
import Phone16 from '../../internal/vendor/@carbon/web-components/icons/phone/16.js';
2121
import Quote16 from '../../internal/vendor/@carbon/web-components/icons/request-quote/16.js';
22-
import styles from './masthead-l1.scss';
22+
import styles from './masthead-l1.scss?lit';
2323
import { L1_CTA_TYPES } from './defs';
2424
import layoutBreakpoint from './masthead-breakpoint';
2525

0 commit comments

Comments
 (0)