14 lines
371 B
SCSS
14 lines
371 B
SCSS
// ------------------------------
|
|
// LMS Learner Dashboard styling
|
|
// users the Pattern Library
|
|
|
|
// NOTE: This is the left-to-right (LTR) configured style compile.
|
|
// It should mirror lms-learner-dashboard-rtl w/ the exception of bi-app references.
|
|
|
|
|
|
// Load the LTR version of lms main
|
|
@import 'lms-main-v2';
|
|
|
|
// Load the shared build
|
|
@import 'build-learner-dashboard';
|