Created
February 7, 2016 20:24
-
-
Save cimmanon/98c17e0caea1be4f8172 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// 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; | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Undefined mixin 'display'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment