refactor(button): added some primary attributes to the tests to make sure the styling is right

Fixed the button primary clear, closes #354
This commit is contained in:
Brandy Carney
2015-10-27 16:39:01 -04:00
parent d8f643d340
commit 03e54487f0
5 changed files with 17 additions and 1 deletions

View File

@ -10,6 +10,11 @@
<button outline class="activated">Default.activated</button>
</p>
<p>
<button outline primary>Primary</button>
<button outline primary class="activated">Primary.activated</button>
</p>
<p>
<button outline secondary>Secondary</button>
<button outline secondary class="activated">Secondary.activated</button>