//
// Right-to-Left for Bootstrap 3.0.0
// Morteza Ansarinia <ansarinia@me.com>
// --------------------------------------------------

// Original LESS files from the latest bootstrap
@import "../bootstrap/variables.less";
@import "../bootstrap/mixins.less";

// Core RTL CSS
@import "type-rtl.less";

// Right-to-left the original bootstrap - to be removed
@import "merged-rtl.less";

// Button groups
@import "button-groups-rtl.less";

// Right-to-left the grid system
@import "grid-rtl.less";

// List groups and badges inside them
@import "list-group-rtl.less";

// Components
@import "pagination-rtl.less";
@import "pager-rtl.less";

// Components w/ JavaScript
@import "carousel-rtl.less";

// Theme for visual enhancement
@import "theme.less";