diff options
| author | Mark Otto <[email protected]> | 2015-06-22 18:53:04 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-06-22 18:53:04 -0700 |
| commit | 0ca9b21c348800fdffd77271af645f79b4bdbd24 (patch) | |
| tree | 9c44ed10e274d14aba272e6c43d39be685b41810 /scss/_mixins.scss | |
| parent | d703396bcea36adc204b479d26931b6febefcb78 (diff) | |
| download | bootstrap-0ca9b21c348800fdffd77271af645f79b4bdbd24.tar.xz bootstrap-0ca9b21c348800fdffd77271af645f79b4bdbd24.zip | |
drop the base (hahaha), no but seriously drop the -base from our vars since it's cleaner
Diffstat (limited to 'scss/_mixins.scss')
| -rw-r--r-- | scss/_mixins.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_mixins.scss b/scss/_mixins.scss index 41ddd122c..79733597f 100644 --- a/scss/_mixins.scss +++ b/scss/_mixins.scss @@ -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; } |
