1
1
mirror of https://github.com/primer/css.git synced 2025-01-04 20:33:13 +03:00

update readme to pass test

This commit is contained in:
Catherine Bui 2017-09-13 15:41:55 -07:00
parent ca26cfcfb8
commit 1078145331

View File

@ -25,7 +25,7 @@ The `btn` has been extended with the marketing color palette:
<button class="btn btn-orange" type="button">Button button</button>
<a class="btn btn-purple" href="#url" role="button">Link button</a>
<button class="btn btn-blue" type="button">Button button</button>
<button class="btn btn-blurple" type="button">Button button</button>
```
@ -37,9 +37,12 @@ The `btn-outline` has also been extended with the marketing color palette:
<button class="btn btn-outline-orange" type="button">Button button</button>
<a class="btn btn-outline-purple" href="#url" role="button">Link button</a>
<button class="btn btn-outline-blue" type="button">Button button</button>
<button class="btn btn-outline-green" type="button">Button button</button>
<div class="bg-gray-dark p-4 mt-4">
<button class="btn btn-transparent" type="button">Button button</button>
<button class="btn btn-transparent" type="button">
Button button
<span class="Counter">12</span>
</button>
</div>
```