lms-discussion-main-rtl.scss 504 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// ------------------------------
// LMS discussion main styling
//
// NOTE: This is the right-to-left (RTL) configured style compile.
// It should mirror lms-discussion-main w/ the exception of bi-app references.

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

// Configure RTL variables
@import 'base/variables-rtl';

// Load the shared build
@import 'build';