autoprefixer

This commit is contained in:
Adam Bradley
2015-05-15 21:52:56 -05:00
parent 1c1840e119
commit 5152889a67
32 changed files with 141 additions and 440 deletions

View File

@ -5,7 +5,7 @@
> .button {
border-width: 1px;
@include transition(100ms all linear);
transition: 100ms all linear;
color: get-color(primary, base);

View File

@ -1,13 +1,13 @@
ion-segment { display: block; }
.ion-segment {
@include flex-display();
@include flex(1);
display: flex;
flex: 1;
width: 100%;
> .button {
@include flex(1);
flex: 1;
display: block;
overflow: hidden;