UNPKG

436 BSCSSView Raw
1// base table styles
2@import './variables';
3@import './utils';
4@import './wrap';
5@import './table';
6@import './table-th';
7@import './input';
8@import './loading';
9
10// table enhancements
11@import './bordered';
12@import './striped';
13@import './rtl';
14@import './condensed';
15
16// controls on top
17@import './control-bar';
18
19// table footer
20@import './table-footer';
21
22//themes
23@import './nocturnal/nocturnal';
24@import './black-rhino/black-rhino';