From 32c4bcd1e2e36c83aacdda90afa0771d681e6dea Mon Sep 17 00:00:00 2001
From: Chris Rebert <github@rebertia.com>
Date: Wed, 13 May 2015 22:19:56 -0700
Subject: [PATCH] Use vanilla comment since this isn't a description of
 @btn-border-radius-base

---
 less/variables.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/less/variables.less b/less/variables.less
index a55d03072a..070bc57e4b 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -170,7 +170,7 @@
 
 @btn-link-disabled-color:        @gray-light;
 
-//** Allows for customizing button radius independently from global border radius
+// Allows for customizing button radius independently from global border radius
 @btn-border-radius-base:         @border-radius-base;
 @btn-border-radius-large:        @border-radius-large;
 @btn-border-radius-small:        @border-radius-small;
-- 
GitLab