diff --git a/Gruntfile.js b/Gruntfile.js
index 52949f39eab3201e1b7b64e227f50967221234da..739ab5f6a7879efc9a40a0c44ed3a05693fb1fb8 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -182,7 +182,6 @@ module.exports = function (grunt) {
         },
         files: {
           'dist/css/<%= pkg.name %>.min.css': 'dist/css/<%= pkg.name %>.css',
-          'dist/css/<%= pkg.name %>-rtl.min.css': 'dist/css/<%= pkg.name %>-rtl.css',
           'dist/css/<%= pkg.name %>-theme.min.css': 'dist/css/<%= pkg.name %>-theme.css'
         }
       }
diff --git a/_config.yml b/_config.yml
index 11eb20e1d9ff28e14e44af5776b36b7ccb740628..085568a25a85c87ea6ca5bd1d68e5d20b82898be 100644
--- a/_config.yml
+++ b/_config.yml
@@ -30,5 +30,4 @@ expo:             http://expo.getbootstrap.com
 cdn:
   css:            //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css
   css_theme:      //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css
-  css_rtl:        //netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-rtl.min.css
   js:             //netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js
diff --git a/docs/_includes/getting-started/download.html b/docs/_includes/getting-started/download.html
index b457d038eec9ac06bb1cb6f404029a576b04208b..c89c8b9e494bfe07fe936b582be34c045d0cb286 100644
--- a/docs/_includes/getting-started/download.html
+++ b/docs/_includes/getting-started/download.html
@@ -33,9 +33,6 @@
 <!-- Latest compiled and minified CSS -->
 <link rel="stylesheet" href="{{ site.cdn.css }}">
 
-<!-- RTL (right-to-left) version of CSS -->
-<link rel="stylesheet" href="{{ site.cdn.css_rtl }}">
-
 <!-- Optional theme -->
 <link rel="stylesheet" href="{{ site.cdn.css_theme }}">
 
diff --git a/docs/_includes/getting-started/whats-included.html b/docs/_includes/getting-started/whats-included.html
index 278ebac606486b3d9fdd3f673e8573a9597dc75b..8500e573c4bf4526b7eff323bf1b09ae834e0e23 100644
--- a/docs/_includes/getting-started/whats-included.html
+++ b/docs/_includes/getting-started/whats-included.html
@@ -17,8 +17,6 @@ bootstrap/
 ├── css/
 │   ├── bootstrap.css
 │   ├── bootstrap.min.css
-│   ├── bootstrap-rtl.css
-│   ├── bootstrap-rtl.min.css
 │   ├── bootstrap-theme.css
 │   └── bootstrap-theme.min.css
 ├── js/