mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
drop the base (hahaha), no but seriously drop the -base from our vars since it's cleaner
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user