refactor(padding): changed padding to attributes

Updated demos. Closes #266
This commit is contained in:
Brandy Carney
2015-10-08 15:15:20 -04:00
parent b07a3760e5
commit c2d56d8623
16 changed files with 30 additions and 69 deletions

View File

@ -121,8 +121,8 @@ a[button] {
text-decoration: none;
}
.padding > button[block]:first-child,
.padding > [button][block]:first-child {
[padding] > button[block]:first-child,
[padding] > [button][block]:first-child {
margin-top: 0;
}