_include.scss 1.1 KB

123456789101112131415161718192021222324
  1. // ================================================================================================
  2. // File Name: include.scss
  3. // Description: Common components file to include all theme specific custom components.
  4. // ----------------------------------------------------------------------------------------------
  5. // Item Name: Vuexy - Vuejs, React, Angular, HTML & Laravel Admin Dashboard Template
  6. // Author: PIXINVENT
  7. // Author URL: http://www.themeforest.net/user/pixinvent
  8. // ================================================================================================
  9. // Variables
  10. // ------------------------------
  11. // Functions
  12. @import 'bootstrap/scss/functions'; // Bootstrap core function
  13. @import 'functions'; // Bootstrap extended function
  14. // Variables
  15. @import 'scss/variables/variables'; // Bootstrap custom variable override (for user purpose)
  16. @import 'variables'; // Bootstrap extended variable override
  17. @import 'bootstrap/scss/variables'; // Bootstrap core variable
  18. // Mixins
  19. @import 'bootstrap/scss/mixins'; // Bootstrap core mixins
  20. @import 'mixins'; // Bootstrap extended mixins