a carefully considered set of rules and mixins for people who like stylus and style-guide driven visual design
- written with stylus
- assumes auto-prefixing will occur
- disregards the Microsoft's Internet Explorer web browser
<section class='container basic-example'>
<div class='inner-w'>
<div class='block'>
<div class='image-w'>
<img src='{...}' alt='{...}'>
</div>
<div class='text-w'>
<h2>Heading {...}</h2>
<p>Copy {...}</p>
</div>
</div>
<div class='block'>
<div class='image-w'>
<img src='{...}' alt='{...}'>
</div>
<div class='text-w'>
<h2>Heading {...}</h2>
<p>Copy {...}</p>
</div>
</div>
</div>
</section>
.inner-w
max-width 800px
padding $pad
.basic-example
background $highlight
.block
background $color
color $white
padding $pad
h2 //
medium-type()
@media $break-point-3
split-in(2)