source/_button-group.html.erb in refills-0.0.1 vs source/_button-group.html.erb in refills-0.0.2
- old
+ new
@@ -1,7 +1,6 @@
<div class="button-group">
<button class="active">Item</button>
- <button>Item</button>
- <button>Item</button>
- <button>Item</button>
- <button>Item</button>
+ <button>Button Group Item</button>
+ <button>Another Item</button>
+ <button>Last Item</button>
</div>
\ No newline at end of file