1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02: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

View File

@@ -5,7 +5,7 @@
//
// Used in conjunction with global variables to enable certain theme features.
@mixin border-radius($radius: $border-radius-base) {
@mixin border-radius($radius: $border-radius) {
@if $enable-rounded {
border-radius: $radius;
}