From 8deaa466380f1fb1da7ce8807edcd75fc0c904ca Mon Sep 17 00:00:00 2001 From: rickyzgu Date: Sun, 8 Jun 2014 22:30:48 -0700 Subject: [PATCH] remove accidentally added hash tag --- README.md | 2 +- .../bootstrap/install/templates/bootstrap_and_overrides.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ee23b2e..de0d04fd 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ styles inheriting Bootstrap's mixins, you can do so inside bootstrap_and_overrid ```css -@#link-color: #ff0000; +@link-color: #ff0000; ``` ### SASS diff --git a/lib/generators/bootstrap/install/templates/bootstrap_and_overrides.less b/lib/generators/bootstrap/install/templates/bootstrap_and_overrides.less index 42870c32..6ca47918 100644 --- a/lib/generators/bootstrap/install/templates/bootstrap_and_overrides.less +++ b/lib/generators/bootstrap/install/templates/bootstrap_and_overrides.less @@ -26,4 +26,4 @@ // See http://twitter.github.com/bootstrap/customize.html#variables for their names and documentation // // Example: -// @#link-color: #ff0000; +// @link-color: #ff0000;