Sha256: b1e062ea3d6907858ffa31fbbe7d41ea93a1d25468bd8a7278ce62678a889a1b
Contents?: true
Size: 853 Bytes
Versions: 37
Compression:
Stored size: 853 Bytes
Contents
@mixin selection { ::-moz-selection{ @content; } ::selection{ @content; } } @mixin all_inputs { input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="week"], input[type="url"] { @content; } } @mixin all_form_elements { input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="week"], input[type="url"], select, textarea, .select2-container, .token-input-list { @content; } }
Version data entries
37 entries across 37 versions & 1 rubygems