No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

theme.scss 969B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. // REQUIRED DEPENDENCIES - DO NOT CHANGE
  2. // Load Third Party Libraries
  3. @import "vendor/bourbon/bourbon";
  4. // Load Nucleus Configuration
  5. @import "configuration/nucleus/base";
  6. // Load Template Configuration
  7. @import "configuration/theme/base";
  8. // Load Nucleus Mixins and Functions
  9. @import "nucleus/functions/base";
  10. @import "nucleus/mixins/base";
  11. // Load Template Library
  12. @import "theme/modules/base";
  13. //-------------------------------------------
  14. // TEMPLATE COMPONENTS
  15. // Configuration
  16. @import "theme/configuration";
  17. // Core
  18. @import "theme/core";
  19. @import "theme/fonts";
  20. // Forms
  21. @import "theme/forms";
  22. // Header
  23. @import "theme/header";
  24. // Nav
  25. @import "theme/nav";
  26. // Main
  27. @import "theme/main";
  28. // Typography
  29. @import "theme/typography";
  30. // Tables
  31. @import "theme/tables";
  32. // Buttons
  33. @import "theme/buttons";
  34. // Bullets
  35. @import "theme/bullets";
  36. // Custom
  37. @import "theme/tooltips";
  38. // Scrollbar
  39. @import "theme/scrollbar";
  40. // Custom
  41. @import "theme/custom";