moodle/theme/classic/scss/classicgrunt.scss
Bas Brands de213bf079 MDL-64505 theme_classic: Created the classic theme
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>
2019-03-18 18:59:23 +08:00

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";