Sha256: 647b0c611d126f51d3ad87256ba678841529abd95c9cc05bf3583e7f99f392bc
Contents?: true
Size: 869 Bytes
Versions: 58
Compression:
Stored size: 869 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, .inpt-splited { @content; } }
Version data entries
58 entries across 58 versions & 1 rubygems