Skip to content

Instantly share code, notes, and snippets.

@theyselim
theyselim / SassMeister-input.scss
Created June 19, 2015 16:20
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
$background: #0f0f0f;
$def-size: 500px !default;
@mixin size($width:$def-size, $height:$def-size) {
width: $width;