basscss-addons
Version:
Optional modules to extend Basscss
22 lines (17 loc) • 774 B
Markdown
# Basscss Responsive Typography
Responsive typography utilities module for Basscss - http://basscss.com
## Prefix Naming Convention
These styles follow the same breakpoint prefix convention as other Basscss modules.
<div class="overflow-scroll">
<table class="mb2 table-light overflow-hidden border rounded">
<thead class="bg-darken-1">
<tr> <th>Prefix</th> <th>Description</th> </tr>
</thead>
<tbody>
<tr> <td>(no prefix)</td> <td>Not scoped to a breakpoint</td> </tr>
<tr> <td>sm-</td> <td>--breakpoint-sm (default: min-width 40em)</td> </tr>
<tr> <td>md-</td> <td>--breakpoint-md (default: min-width 52em)</td> </tr>
<tr> <td>lg-</td> <td>--breakpoint-lg (default: min-width 64em)</td> </tr>
</tbody>
</table>
</div>