16 lines
473 B
SCSS
16 lines
473 B
SCSS
// ------------------------------
|
|
// Studio main styling
|
|
// Version 2 - introduces the Pattern Library
|
|
|
|
// NOTE: This is the left-to-right (LTR) configured style compile.
|
|
// It should mirror main-rtl w/ the exception of bi-app references.
|
|
|
|
|
|
// Load the LTR version of the edX Pattern Library
|
|
$pattern-library-path: '../edx-pattern-library' !default;
|
|
|
|
@import 'edx-pattern-library/pattern-library/sass/edx-pattern-library-ltr';
|
|
|
|
// Load the shared build
|
|
@import 'build-v2';
|