Skip to content

Commit 28f748a

Browse files
author
NightWing1998
committed
fixing the MIME type error in loading override CSS file in storybook
1 parent 705c404 commit 28f748a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.storybook/preview-head.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<link rel="stylesheet"
2-
href="assets/styles/salesforce-lightning-design-system.css" />
2+
href="assets/styles/salesforce-lightning-design-system.css"
3+
type="text/css" />
34
<link rel="stylesheet" href="assets/styles/override.css" type="text/css" />
45
<style>
56
html {

0 commit comments

Comments
 (0)