1
1
mirror of https://github.com/primer/css.git synced 2024-09-22 06:07:31 +03:00

remove empty line

This commit is contained in:
Shawn Allen 2018-11-16 20:56:22 -08:00
parent b91764c302
commit 9ef3a99514

View File

@ -46,7 +46,6 @@ Use progress bars to show progress.
```html
<span class="Progress">
<span class="Progress-value bg-green" style="width: 50%;"></span>
</span>
```