Skip to content

Instantly share code, notes, and snippets.

@co0kie
Created June 15, 2015 10:58
Show Gist options
  • Save co0kie/336007bd71d9c463641e to your computer and use it in GitHub Desktop.
Save co0kie/336007bd71d9c463641e to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="full-width">
<div class="eminem-wrapper"></div>
</div>
// ----
// libsass (v3.2.5)
// ----
.full-width{
width: 100%;
height: 200px;
background-color: red;
.eminem-wrapper{
margin: 0 auto;
background-color: blue;
width: 100%;
max-width: 1200px;
height: 100%;
}
}
.full-width {
width: 100%;
height: 200px;
background-color: red;
}
.full-width .eminem-wrapper {
margin: 0 auto;
background-color: blue;
width: 100%;
max-width: 1200px;
height: 100%;
}
<div class="full-width">
<div class="eminem-wrapper"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment