wiki-grav/themes/custom-learn2-dark/scss/theme.scss

23 lines
400 B
SCSS
Raw Normal View History

2022-11-19 16:29:54 +01:00
// Dependencies on original theme
2022-11-19 16:22:14 +01:00
2022-11-19 16:29:54 +01:00
// Load original Learn2 theme scss
2022-11-19 16:25:02 +01:00
@import "../../learn2/scss/theme";
2022-11-19 16:29:54 +01:00
//-------------------------------------------
2022-11-19 16:22:14 +01:00
// Load Template Configuration
@import "configuration/theme/base";
//-------------------------------------------
// TEMPLATE COMPONENTS
2022-11-19 16:38:44 +01:00
// Configuration
@import "theme/configuration";
2022-11-19 16:22:14 +01:00
// Core
@import "theme/core";
2022-11-19 16:37:04 +01:00
// Nav
@import "theme/nav";