Skip to content

Instantly share code, notes, and snippets.

@cimmanon
Created January 3, 2016 22:06
Show Gist options
  • Save cimmanon/a52bc08e2abb9d78bb2a to your computer and use it in GitHub Desktop.
Save cimmanon/a52bc08e2abb9d78bb2a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.20)
// Compass (v1.0.3)
// ----
.teams
@extend .cards
.team
&-on
opacity: 1
&-off
transform: rotateY(100deg)
opacity: 0
.card-icon
overflow: hidden
line-height: 0
box-shadow: 0 0 0 5px #D6D6D6
img
width: 100%
@extend .card
background-color: #e5e5e5
border-color: #d6d6d6
Illegal nesting: Nothing may be nested beneath extend directives.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment