21 lines
571 B
SCSS
21 lines
571 B
SCSS
// 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';
|
|
|
|
// This comment is used by preprocess_assets.py to include resources from a
|
|
// theme, for old-style deprecated theming.
|
|
//<THEME-OVERRIDE>
|
|
|
|
@import 'build-lms'; // shared app style assets/rendering
|