Skip to content

Commit

Permalink
Add code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Nov 5, 2024
1 parent 3108763 commit 21e7dbe
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/pages/helper-classes-mixins.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,8 @@ variation_groups:
Sets the element to `14px` (in `em`s).
*To be used on default `16px` text only. To use on text set to another size, use the mixin below.*
*To be used on default `16px` text only.
To use on text set to another size, use the mixin below.*
`.u-small-text`
Expand Down Expand Up @@ -427,6 +428,14 @@ variation_groups:
There is also a modifier, `u-small-text--subtle`, which sets the color
to be gray.
variation_code_snippet: >-
<p class="u-small-text">
Small class example.
</p>
<p class="u-small-text--subtle>
Subtle small class example.
</p>
guidelines: ''
eyebrow: Utilities
status: Released
Expand Down

0 comments on commit 21e7dbe

Please sign in to comment.