1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 22:01:43 +03:00
css/.storybook/preview-head.html
Vinicius Depizzol 7a5a82edc2
Include GitHub's stylesheet.css in storybook head
A couple of Primer CSS components need GitHub's stylesheet.css to render correctly (I'm looking at you, dropdown). This adds it to the Storybook config directory along with preexisting stylesheet.js.
2019-07-29 13:04:59 -07:00

4 lines
232 B
HTML

<link rel="stylesheet" href="https://unpkg.com/octicons@8.5.0/build/build.css">
<link rel="stylesheet" href="https://github.com/site/assets/styleguide.css">
<script src="https://github.com/site/assets/styleguide.js" async></script>