_index.scss 309 B

123456789101112131415
  1. @import 'animation';
  2. // Base Extended (General styles which are not added 'base styles')
  3. @import 'base-extended';
  4. @import 'dark-layout';
  5. @import 'misc';
  6. @import 'rtl';
  7. @import 'transitions';
  8. // Bootstrap Vue (Style which are not covered in Base style or extra BSV styles)
  9. @import 'bootstrap-vue/index';