19 lines
258 B
SCSS
19 lines
258 B
SCSS
// Open edX: build
|
|
// ===============
|
|
|
|
// LMS theme
|
|
@import 'lms/theme/variables';
|
|
|
|
// Bootstrap
|
|
@import 'bootstrap/scss/bootstrap';
|
|
|
|
// LMS variables
|
|
@import '../variables';
|
|
|
|
// Legacy support
|
|
@import 'legacy';
|
|
|
|
// Base
|
|
@import 'base';
|
|
@import 'variables';
|