Skip to content

Instantly share code, notes, and snippets.

@cimmanon
Created May 20, 2015 16:03
Show Gist options
  • Save cimmanon/b9eabdc0d86804795c2c to your computer and use it in GitHub Desktop.
Save cimmanon/b9eabdc0d86804795c2c to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<a class="circle-button">foo</a>
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
.slider
height: 100%
overflow: hidden
img
min-height: 100%
min-width: 100%
.slider {
height: 100%;
overflow: hidden;
}
.slider img {
min-height: 100%;
min-width: 100%;
}
<a class="circle-button">foo</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment