Scope base build to footer only.

This commit is contained in:
Harry Rein
2017-11-16 11:07:26 -05:00
parent d6970826f6
commit b6f55c24b9

View File

@@ -1,21 +1,18 @@
// ----------------------------------------
// LMS edx.org Footer: Shared Build Compile
// Base build
@import 'base/build';
@import 'lms/theme/variables';
@import 'bootstrap/variables';
@import 'bootstrap/scss/variables';
@import 'bootstrap/scss/mixins/breakpoints';
@import '../variables';
@import 'lms/theme/variables-v1';
@import 'base/mixins';
footer#footer-edx-v3 {
@import 'base/extends';
// base - starter
@import 'base/base';
}
// base - elements
@import 'elements/typography';
// shared - platform
@import 'shared/footer-edx';
// Extra theme-specific rules
@import 'lms/theme/extras';