Skip to content

Commit a8d0a41

Browse files
Merge pull request #2455 from NightWing1998/master
Adding type attribute in the link tag for the CSS stylesheets in storybook
2 parents 0299657 + 28f748a commit a8d0a41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.storybook/preview-head.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<link
2-
rel="stylesheet"
1+
<link rel="stylesheet"
32
href="assets/styles/salesforce-lightning-design-system.css"
4-
/>
5-
<link rel="stylesheet" href="assets/styles/override.css" />
3+
type="text/css" />
4+
<link rel="stylesheet" href="assets/styles/override.css" type="text/css" />
65
<style>
76
html {
87
background-color: transparent;
98
}
9+
1010
</style>

0 commit comments

Comments
 (0)