Skip to content

Instantly share code, notes, and snippets.

@marcelmoreau
marcelmoreau / input.scss
Created February 1, 2021 13:51 — forked from ffoodd/input.scss
Generated by SassMeister.com.
@function tint-color($color, $weight) {
@return mix(white, $color, $weight);
}
@function shade-color($color, $weight) {
@return mix(black, $color, $weight);
}
@function shift-color($color, $weight) {