Skip to content

Instantly share code, notes, and snippets.

@heitzke
Created April 2, 2014 15:51
Show Gist options
  • Save heitzke/9936931 to your computer and use it in GitHub Desktop.
Save heitzke/9936931 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.4)
// Compass (v1.0.0.alpha.18)
// ----
%text-center {
text-align: center;
}
main {
margin: 0 auto;
width: 99%;
background: #fff;
@extend %text-center;
}
main {
text-align: center;
}
main {
margin: 0 auto;
width: 99%;
background: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment