FEDX-93
These are developer only pages, so can not be seen in production
environment. On devstack, you can access these pages in LMS and
Studio at:
/template/ux/reference/pattern-library-test.html
This is the second attempt to enable the Pattern Library. The
first attempt broke Django Templates and didn't work correctly
with right-to-left styling.
15 lines
472 B
SCSS
15 lines
472 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';
|