ux(): completed gf-size class rename

This commit is contained in:
Torkel Ödegaard
2016-02-20 14:48:10 +01:00
parent 701a2fdcf3
commit 52241b8e0b
21 changed files with 89 additions and 105 deletions

View File

@@ -57,18 +57,6 @@ $gf-form-margin: 0.2rem;
flex-shrink: 0;
}
@each $size, $value in $form-sizes {
.gf-size-#{$size} { width: $value; }
.gf-size-max-#{$size} {
flex-grow: 1;
max-width: $value;
}
}
.gf-size-max { width: 100%; }
.gf-size-auto { width: auto; }
.gf-form-input {
display: block;
width: 100%;