Files
edx-platform/cms/static/sass/_build-v2.scss
Renzo Lucioni 31f5c8ddcb Remove the program admin tool from Studio
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
2017-01-27 19:33:06 -05:00

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