We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a2d2e commit 8f38895Copy full SHA for 8f38895
.storybook/head.html
@@ -1,7 +1,9 @@
1
<script>
2
(function() {
3
var stylesheetUrl =
4
- (/\.sbook\.io$/.test(location.hostname) ? "//mashmatrix.github.io/react-lightning-design-system" : "") +
+ (/\.sbook\.io$/.test(location.hostname) ? "//mashmatrix.github.io/react-lightning-design-system" :
5
+ location.hostname === "mashmatrix.github.io" ? "/react-lightning-design-system" :
6
+ "") +
7
"/assets/styles/salesforce-lightning-design-system.min.css";
8
var link = document.createElement('link');
9
link.href = stylesheetUrl;
0 commit comments