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.
20 lines
493 B
SCSS
20 lines
493 B
SCSS
// ------------------------------
|
|
// Open edX Certificates: Shared Build Compile
|
|
|
|
// About: Sass compile for Open edX Certificates elements that are shared between LTR and RTL UI.
|
|
// Configuration and vendor specific imports happen before this shared set of imports are compiled
|
|
// in the main-*.scss files.
|
|
|
|
|
|
// Configuration
|
|
@import 'config';
|
|
|
|
// Extensions
|
|
@import 'utilities';
|
|
@import 'base';
|
|
@import 'components';
|
|
@import 'layouts';
|
|
@import 'views';
|
|
@import 'print';
|
|
@import 'overrides';
|