compass/doc-src/content/stylesheets/partials/_example.scss
2010-12-10 18:16:27 -06:00

22 lines
326 B
SCSS

html.light #demo, html.dark #demo {
color: #333;
}
#demo {
@include round-corners;
@extend .group;
background: #fff;
margin-bottom: 1.2em;
padding: 40px;
}
#how {
section { width: 49%; float: left; }
section + section { float: right; }
.example-source { clear: both; }
#markup { margin-top: 12px; }
}