Skip to content

Instantly share code, notes, and snippets.

@cimmanon
Created February 7, 2016 20:24
Show Gist options
  • Save cimmanon/98c17e0caea1be4f8172 to your computer and use it in GitHub Desktop.
Save cimmanon/98c17e0caea1be4f8172 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.21)
// Compass (v1.0.3)
// Bourbon (v4.2.6)
// ----
@import "bourbon/bourbon";
#loader {
@include position(absolute, 0 0 0 0);
@include display(flex);
@include align-items(center);
@include transition(opacity 3s cubic-bezier(0.075, 0.820, 0.165, 1.000), z-index .25s linear);
overflow: hidden;
z-index: -1;
background-color: white;
opacity: 0;
&.active {
z-index: 10000;
opacity: .85;
}
}
Undefined mixin 'display'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment