
This module provides color styles for progress elements to better match other styles in Basscss.

The `.progress` style inherits color from its parent. Use color utilities to adjust the fill color.

```html
<progress value="0.375" class="progress">0.375</progress>
<progress value="0.5" class="progress blue">0.5</progress>
```

