Skip to content

Instantly share code, notes, and snippets.

@andrewdc
Created April 2, 2014 19:44
Show Gist options
  • Save andrewdc/9941671 to your computer and use it in GitHub Desktop.
Save andrewdc/9941671 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;
}
.inUrBase {
@extend %text-center;
}
main, .inUrBase {
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