-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add text-mono utility class #474
Conversation
@@ -93,6 +93,7 @@ Change the font weight, styles, and alignment with these utilities. | |||
<p class="text-emphasized">Emphasized</p> | |||
<p class="text-small">Small</p> | |||
<p class="lead">Bacon ipsum dolor amet tri-tip chicken kielbasa, cow swine beef corned beef ground round prosciutto hamburger porchetta sausage alcatra tail.</p> | |||
<p class='text-mono'>Monospace</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll need to use double quotes here sorry, it's not jsx 😆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😂 good catch! thanks :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 🎉
Addresses: https://github.com/github/design-systems/issues/321
Adds a text-mono utility class & updates storybook 🤖
/cc @primer/ds-core