Skip to content

Instantly share code, notes, and snippets.

@estefanionsantos
Last active July 24, 2018 18:32
Show Gist options
  • Save estefanionsantos/0668fe7da0f033e9c53504e4b2f0e27e to your computer and use it in GitHub Desktop.
Save estefanionsantos/0668fe7da0f033e9c53504e4b2f0e27e to your computer and use it in GitHub Desktop.
table fill
<table class="tb_fill expand"> ... </table>
<!--
<table class="tb_fill bg_primary expand"> ... </table>
<table class="tb_fill bg_secondary expand"> ... </table>
<table class="tb_fill bg_light expand"> ... </table>
<table class="tb_fill bg_standard expand"> ... </table>
<table class="tb_fill hover_primary expand"> ... </table>
<table class="tb_fill hover_secondary expand"> ... </table>
<table class="tb_fill hover_light expand"> ... </table>
<table class="tb_fill hover_standard expand"> ... </table>
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment