UNPKG

basscss-addons

Version:

Optional modules to extend Basscss

23 lines (17 loc) 775 B
# Basscss Responsive Type Scale Responsive type scale 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>