All programs are now managed using the Django admin on the catalog service. This is the first in a series of commits removing use of the old programs service from edx-platform. ECOM-4422
19 lines
416 B
SCSS
19 lines
416 B
SCSS
// ------------------------------
|
|
// Studio: Shared Build Compile
|
|
// Version 2 - introduces the Pattern Library
|
|
|
|
|
|
// Configuration
|
|
@import 'config';
|
|
|
|
// Extensions
|
|
@import 'partials/variables';
|
|
@import 'mixins-v2';
|
|
@import 'base-v2';
|
|
@import 'elements-v2/controls';
|
|
@import 'elements-v2/header';
|
|
@import 'elements-v2/navigation';
|
|
@import 'elements/footer';
|
|
@import 'elements-v2/sock';
|
|
@import 'elements-v2/tooltip';
|