Commit 4c5d1faa authored by Kevin Kirsche's avatar Kevin Kirsche

Fix having multiple selectors on a single line.

parent 848701a1
......@@ -29,7 +29,8 @@
top: -1px;
}
.btn-xs &, .btn-group-xs > .btn & {
.btn-xs &,
.btn-group-xs > .btn & {
top: 0;
padding: 1px 5px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment