98.css
98.css copied to clipboard
Progressbar missing
The stylesheet looks amazing, but it still lacks the ProgressBar control. It would be nice to see it added.
Great idea!
I created a simple class that solves this
<div class="meter">
<span style="width: 80%"></span>
</div>
I will do a PR.
#96