// ------------------------------
// edX Patern Library Elements: Main Style Compile

// About: Sass compile for the edX Patern Library Elements. This does not contain styles for other edX products/experiences (e.g. account/onboarding), nor does it contain styling for the Pattern Library Site

// NOTE: This is the left to right (LTR) configured style compile. It should mirror main-rtl w/ the exception of bi-app references.

// ------------------------------
// #VENDOR
// ------------------------------
@import '../../vendor/bourbon/bourbon';
@import '../../vendor/bi-app/bi-app-ltr';   // LTR support

// ------------------------------
// #UTILITIES
// ------------------------------
@import 'utilities/variables-ltr';

// ------------------------------
// #BUILD
// ------------------------------
@import 'build';                            // shared compile/build order for both LTR and RTL UI