From 53cf64000a254082906dfa9dc08e2a4b448d56c0 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Mon, 8 Jun 2015 17:24:55 -0700 Subject: [PATCH] fix(build): CSS lint error breaking mac build --- static/buttons.less | 1 - 1 file changed, 1 deletion(-) diff --git a/static/buttons.less b/static/buttons.less index 365e92379..683e49d4f 100644 --- a/static/buttons.less +++ b/static/buttons.less @@ -9,7 +9,6 @@ button, html input[type="button"] { } .btn { - border: 0; padding: 0.33em 1em; border:1px solid rgba(0,0,0,0.18); border-radius: @border-radius-base;