From 73d5a424b6d663386e470ee400c07956af9d32b0 Mon Sep 17 00:00:00 2001
From: othermachines <ldevitt@othermachines.com>
Date: Mon, 6 Apr 2015 19:33:12 -0600
Subject: [PATCH] Issue #2466425 by othermachines: Remove references to
 deprecated responsive.less in starterkit documentation.

---
 starterkits/less/less/README.txt | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/starterkits/less/less/README.txt b/starterkits/less/less/README.txt
index 85293ea..1ee316c 100644
--- a/starterkits/less/less/README.txt
+++ b/starterkits/less/less/README.txt
@@ -5,7 +5,6 @@ again. Just make sure to modify the import paths to reference the
 `./bootstrap/less` folder:
 ```
 ./less/bootstrap.less
-./less/responsive.less
 ./less/variables.less
 ```
 
@@ -28,8 +27,6 @@ specifying specific styling for your sites configuration.
 
 And finally, the `./less/style.less` file is the glue that holds it all
 together and compiles everything into one file. Generally, you will not need
-to modify this file unless you need to add or remove imported files. For
-example, if you do not want your site to have responsive capabilities, free to
-comment or remove that line. If you are a file hierarchy wizard and need to
-separate your theme into multiple files, insert additional `@import '...';`
-lines. 
+to modify this file unless you need to add or remove imported files. If you are
+a file hierarchy wizard and need to separate your theme into multiple files, 
+insert additional `@import '...';` lines. 
-- 
1.8.3.msysgit.0

