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

38 lines
601 B
SCSS

// Dependencies on original theme
// Load original Learn2 theme scss
@import "../../learn2/scss/theme";
//-------------------------------------------
// Load Template Configuration
@import "configuration/theme/base";
//-------------------------------------------
// TEMPLATE COMPONENTS
// Configuration
@import "theme/configuration";
// Core
@import "theme/core";
// Header
@import "theme/header";
// Nav
@import "theme/nav";
// Typography
@import "theme/typography";
// Tables
@import "theme/tables";
// Scrollbar
@import "theme/scrollbar";
// LangSwitcher
@import "theme/langswitcher";