Sha256: 48b920784646fa57821f456bfc1cc5b8cda78ff22bff0dada219b5b4c70fbe2c
Contents?: true
Size: 230 Bytes
Versions: 444
Compression:
Stored size: 230 Bytes
Contents
// Add percentage of white to a color @function tint($color, $percent){ @return mix(white, $color, $percent); } // Add percentage of black to a color @function shade($color, $percent){ @return mix(black, $color, $percent); }
Version data entries
444 entries across 433 versions & 18 rubygems