wiki-grav/themes/learn2-git-sync/scss/_affix.scss
2022-06-07 14:28:01 +02:00

37 lines
472 B
SCSS

// Core
@import "theme/core";
@import "theme/fonts";
// Forms
@import "theme/forms";
// Header
@import "theme/header";
// Nav
@import "theme/nav";
// Main
@import "theme/main";
// Typography
@import "standard_colors";
@import "theme/typography";
// Tables
@import "theme/tables";
// Buttons
@import "theme/buttons";
// Bullets
@import "theme/bullets";
// Custom
@import "theme/tooltips";
// Scrollbar
@import "theme/scrollbar";
// Custom
@import "theme/custom";