mirror of
https://github.com/primer/css.git
synced 2024-11-28 22:01:43 +03:00
7a5a82edc2
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.
4 lines
232 B
HTML
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>
|