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/_code.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/_code.scss')
| -rw-r--r-- | scss/_code.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_code.scss b/scss/_code.scss index 3045ac197..69936c57e 100644 --- a/scss/_code.scss +++ b/scss/_code.scss @@ -17,7 +17,7 @@ code { font-size: 90%; color: $code-color; background-color: $code-bg; - @include border-radius($border-radius-base); + @include border-radius($border-radius); } // User input typically entered via keyboard |
