mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
15 lines
379 B
SCSS
15 lines
379 B
SCSS
/* customized style for storybook*/
|
|
@import "base/base";
|
|
@import "base/github-corner";
|
|
@import "base/code-block";
|
|
|
|
@import "base-table/index";
|
|
@import "welcome/index";
|
|
@import "columns/index";
|
|
@import "cell-edit/index";
|
|
@import "row-selection/index";
|
|
@import "rows/index";
|
|
@import "sort/index";
|
|
@import "search/index";
|
|
@import "loading-overlay/index";
|
|
@import "row-expand/index"; |