fixed a bracket typo bug in _buttons

This commit is contained in:
Edmond Lau 2014-12-26 18:00:18 -05:00
parent f1782a0af0
commit b20988e534

View File

@ -41,7 +41,7 @@
font-size: 26px; font-size: 26px;
width: 56px; width: 56px;
height: 56px; height: 56px;
&, &:hover, &:active &, &:hover, &:active {
.variations(~"", background-color, transparent); .variations(~"", background-color, transparent);
} }
& { & {