dist/_scut.scss in scut-1.3.0 vs dist/_scut.scss in scut-1.3.1
- old
+ new
@@ -1,9 +1,9 @@
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
-* v1.3.0
+* v1.3.1
* Docs at http://davidtheclark.github.io/scut
*/
@mixin scut-clearfix {
@@ -393,12 +393,12 @@
}
@mixin scut-reset-button {
// Reset default button styles, which are never used.
button,
- input[type="button"],
- input[type="submit"],
- input[type="reset"] {
+ [type="button"],
+ [type="submit"],
+ [type="reset"] {
background: transparent;
border: 0;
color: inherit;
font: inherit;
margin: 0;
\ No newline at end of file