1
1
mirror of https://github.com/primer/css.git synced 2024-12-18 19:51:37 +03:00

Add octicon styles to prototype

This commit is contained in:
Amanda Pinsker 2017-10-20 16:25:43 -07:00
parent ce1a6f8ab8
commit 67fe320a95

View File

@ -1,2 +1,8 @@
<link rel="stylesheet" href="https://unpkg.com/primer-css@9.2.0/build/build.css">
<script src="https://github.com/site/assets/styleguide.js" async></script>
<style>
.octicon {
display: inline-block;
vertical-align: text-top;
fill: currentColor;
}
</style>