mirror of
https://github.com/moodle/moodle.git
synced 2025-03-04 08:06:30 +01:00
The Classic theme is being introduced as a Bootstrap 4 replacement for the older themes based on Bootstrap 2, such as Bootstrapbase, Clean and More. It is a child theme of Boost, with a navigation structure similar to the Clean theme. Co-authored-by: Bas Brands <bmbrands@gmail.com> Co-authored-by: Michael Hawkins <michaelh@moodle.com>
4 lines
150 B
SCSS
4 lines
150 B
SCSS
// This file allows the creation of precompiled css from the core Grunt task.
|
|
@import "classic/pre";
|
|
@import "preset/default";
|
|
@import "classic/post"; |