File size: 277 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
// Differences from the HTML to the React product
// bootstrap
@import "~bootstrap/scss/spinners";
// react plugins
@import "plugins/plugin-react-datetime";
// core components
@import "buttons";
@import "mixins";
@import "navbar-dropdown";
@import "navbar";
@import "tables";
|