2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

drop the base (hahaha), no but seriously drop the -base from our vars since it's cleaner

This commit is contained in:
Mark Otto
2015-06-22 18:53:04 -07:00
parent d703396bce
commit 0ca9b21c34
13 changed files with 52 additions and 53 deletions
+1 -1
View File
@@ -93,7 +93,7 @@
text-align: center;
background-color: $input-group-addon-bg;
border: 1px solid $input-group-addon-border-color;
@include border-radius($border-radius-base);
@include border-radius($border-radius);
// Sizing
&.form-control-sm {