mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Implement the new border-radius guard: only round things if global @enable-rounded == true
This commit is contained in:
@@ -36,6 +36,15 @@
|
||||
@link-hover-color: darken(@link-color, 15%);
|
||||
|
||||
|
||||
//== Global settings
|
||||
//
|
||||
//## Quickly modify global styling by enabling or disabling features.
|
||||
|
||||
@enable-rounded: true;
|
||||
@enable-shadows: true;
|
||||
@enable-gradients: true;
|
||||
|
||||
|
||||
//== Typography
|
||||
//
|
||||
//## Font, line-height, and color for body text, headings, and more.
|
||||
|
||||
Reference in New Issue
Block a user