You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
752 B
Plaintext
35 lines
752 B
Plaintext
|
|
//
|
|
// 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";
|