lms-main.scss 571 Bytes
Newer Older
David Baumgold committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// lms - css application architecture
// ====================

// 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';

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

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