// ------------------------------ // Open edX Certificates: Shared Build Compile // About: Sass compile for Open edX Certificates elements that are shared between LTR and RTL UI. // Configuration and vendor specific imports happen before this shared set of imports are compiled // in the main-*.scss files. // Configuration @import 'config'; // Extensions @import 'utilities'; @import 'base'; @import 'components'; @import 'layouts'; @import 'views'; @import 'print'; @import 'overrides';