1
1
mirror of https://github.com/primer/css.git synced 2024-11-26 12:14:22 +03:00

Remove <p>

This commit is contained in:
simurai 2019-10-24 13:24:36 +09:00
parent efbed684ee
commit f61a726733

View File

@ -115,7 +115,7 @@ Create a button that looks like a link with `.btn-link`. Rather than using an `<
**The `.btn-link` class is not designed to be used with `.btn`; the overlapping styles are not compatible.**
```html live
<p><button class="btn-link" type="button">Link button</button></p>
<button class="btn-link" type="button">Link button</button>
```
## Button with counts