app/assets/stylesheets/elements/_forms.css.scss in pwnstyles_rails-0.1.34 vs app/assets/stylesheets/elements/_forms.css.scss in pwnstyles_rails-0.2.0
- old
+ new
@@ -41,14 +41,14 @@
input, select, textarea {
font-size: inherit;
}
input, select:first-child:last-child, textarea {
width: 100%;
- @include box-sizing(border-box);
+ box-sizing: border-box;
}
input[type=radio], input[type=checkbox] {
width: 1.2em;
- @include box-sizing(content-box);
+ box-sizing: content-box;
}
}
}
.actions {