lms-main-v2.scss 481 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
// ------------------------------
// LMS main styling
// Version 2 - introduces the Pattern Library

// NOTE: This is the left-to-right (LTR) configured style compile.
// It should mirror lms-main-v2-rtl w/ the exception of bi-app references.


// Load the RTL version of the edX Pattern Library
$pattern-library-path: '../edx-pattern-library' !default;
11

12 13 14 15
@import 'edx-pattern-library/pattern-library/sass/edx-pattern-library-ltr';

// Load the shared build
@import 'build-lms-v2';