Nice browser. Is it antique?
No, seriously - your browser is so old that some features of patternplate don't work as expected.
Don't worry - you can either continue with a restricted version or install an up-to-date browser.
We messed up.
Sorry, but your user experience might be affected.
- Try reloading the page
- Report the problem at github.com/patternplate/patternplate

Flat Button@1.0.0

<button class="c-button-flat--dark">
    Dark
</button>

<button class="c-button-flat--dark">
    <i class="c-button-flat__icon--dark material-icons">favorite</i>
    Dark with icon
</button>

<button class="c-button-flat--yellow">
    Yellow
</button>

<button class="c-button-flat--light">
    Light
</button>

<button class="c-button-flat--dark" disabled>
    Disabled
</button>