Commit b6f55c24 by Harry Rein

Scope base build to footer only.

parent d6970826
// ---------------------------------------- // ----------------------------------------
// LMS edx.org Footer: Shared Build Compile // LMS edx.org Footer: Shared Build Compile
@import 'lms/theme/variables';
// Base build @import 'bootstrap/variables';
@import 'base/build'; @import 'bootstrap/scss/variables';
@import 'bootstrap/scss/mixins/breakpoints';
@import '../variables';
@import 'lms/theme/variables-v1';
@import 'base/mixins';
footer#footer-edx-v3 { footer#footer-edx-v3 {
@import 'base/extends'; @import 'base/extends';
// base - starter
@import 'base/base'; @import 'base/base';
} }
// base - elements
@import 'elements/typography'; @import 'elements/typography';
// shared - platform
@import 'shared/footer-edx'; @import 'shared/footer-edx';
// Extra theme-specific rules
@import 'lms/theme/extras'; @import 'lms/theme/extras';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment