Files
edx-platform/lms/static/certificates/sass/_build.scss
Andy Armstrong 9290c52b33 Introduce Pattern Library test pages (take two)
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.
2016-04-11 00:45:31 -04:00

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';