16 lines
473 B
SCSS
16 lines
473 B
SCSS
// ------------------------------
|
|
// Studio main styling
|
|
// Version 2 - introduces the Pattern Library
|
|
|
|
// NOTE: This is the right-to-left (RTL) configured style compile.
|
|
// It should mirror main-ltr 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';
|
|
|
|
// Load the shared build
|
|
@import 'build-v2';
|