UNPKG

138 BSCSSView Raw
1/**
2* Table utilities
3*
4* naming convention: gl-table-{table-property}-{value}
5*/
6@mixin gl-table-layout-fixed {
7 table-layout: fixed;
8}