lms-course.scss.mako 830 Bytes
Newer Older
Kyle Fiedler committed
1
@import 'bourbon/bourbon';
2
@import 'vendor/bi-app/bi-app-ltr'; // set the layout for left to right languages
Kyle Fiedler committed
3 4 5 6

@import 'base/reset';
@import 'base/font_face';
@import 'base/variables';
7
@import 'base/mixins';
8 9 10 11 12 13 14 15 16

## THEMING
## -------
## Set up this file to import an edX theme library if the environment
## indicates that a theme should be used. The assumption is that the
## theme resides outside of this main edX repository, in a directory
## called themes/<theme-name>/, with its base Sass file in
## themes/<theme-name>/static/sass/_<theme-name>.scss. That one entry
## point can be used to @import in as many other things as needed.
17
% if env["FEATURES"].get("USE_CUSTOM_THEME", False):
18 19 20 21
  // import theme's Sass overrides
  @import '${env.get('THEME_NAME')}';
% endif

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