Container Usage
Because we’re trying to fill two purposes, we currently provide a class for automatic semantic containment, and two identical container classes.
Semantic HTML
Most semantic HTML behaviors can be enabled by setting .sem
on <body>
.
If you want to auto-contain all children of sections, simple apply sem
to
body
.
The <section>
will not be contained! Just the children. This means you can do
full-width backgrounds should you require it.
Container Classes
We provide .container
for compatibility with what people expect, but favor
.c
for general usage. We may remove .container
in a future update.
If you find something having the container applied when it is undesirable, just
apply .decontain
to get around it.