template.scss 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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/template/base";
  8. // Load Nucleus Mixins and Functions
  9. @import "nucleus/functions/base";
  10. @import "nucleus/mixins/base";
  11. // Load Template Library
  12. @import "template/modules/base";
  13. @import "template/colors";
  14. //------------------------------------------
  15. // TEMPLATE COMPONENTS
  16. // Core
  17. @import "template/core";
  18. // Extensions
  19. @import "template/extensions";
  20. // Utilities
  21. @import "template/utilities";
  22. // Header
  23. @import "template/header";
  24. // Typography
  25. @import "template/typography";
  26. // Special Fonts
  27. @import "template/fonts";
  28. // Forms
  29. @import "template/forms";
  30. // Tables
  31. @import "template/tables";
  32. // Buttons
  33. @import "template/buttons";
  34. // Errors
  35. @import "template/errors";
  36. // Login
  37. @import "template/login";
  38. // Admin
  39. @import "template/admin";
  40. // Pages
  41. @import "template/pages";
  42. // Remodal
  43. @import "template/remodal";
  44. // Tabs
  45. @import "template/tabs";
  46. // Editor
  47. @import "template/editor";
  48. // Dropzone
  49. @import "template/dropzone";
  50. // Toastr
  51. @import "template/toastr";
  52. // GPM
  53. @import "template/gpm";
  54. // PHPInfo
  55. @import "template/phpinfo";
  56. // Nav Toggle
  57. @import "template/nav-toggle";
  58. // Notifications
  59. @import "template/notifications";
  60. // Media
  61. @import "template/media";
  62. @import "template/jqcron";
  63. // Tools
  64. @import "template/tools";
  65. // Custom
  66. @import "template/custom";