lms-main-v1.scss 617 Bytes
Newer Older
1 2
// LMS - CSS application architecture
// Version 1 styling (pre-Pattern Library)
David Baumgold committed
3 4 5 6 7 8 9 10 11 12 13 14 15 16
// ====================

// libs and resets *do not edit*
@import 'bourbon/bourbon'; // lib - bourbon
@import 'vendor/bi-app/bi-app-ltr'; // set the layout for left to right languages

// BASE  *default edX offerings*
// ====================

// base - utilities
@import 'base/reset';
@import 'base/variables';
@import 'base/mixins';

17 18
// This comment is used by preprocess_assets.py to include resources from a
// theme, for old-style deprecated theming.
David Baumgold committed
19 20
//<THEME-OVERRIDE>

21
@import 'build-lms-v1'; // shared app style assets/rendering