Skip to content

Instantly share code, notes, and snippets.

@cmays3
cmays3 / SassMeister-input.scss
Created January 11, 2018 18:46 — forked from jedfoster/.gitignore
JavaScript version of Sass' mix() function
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
body {
width: 100%;
height: 10em;
background: mix(#ff0000, #0000bb, 75);
}