// ------------------------------ // 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 right to left (RTL) configured style compile. It should mirror main-ltr w/ the exception of bi-app references. // ------------------------------ // #VENDOR // ------------------------------ @import '../../vendor/bourbon/bourbon'; @import '../../vendor/bi-app/bi-app-rtl'; // RTL support // ------------------------------ // #UTILITIES // ------------------------------ @import 'utilities/variables-rtl'; // ------------------------------ // #BUILD // ------------------------------ @import 'build'; // shared compile/build order for both LTR and RTL UI