summaryrefslogtreecommitdiff
path: root/flatly/_variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'flatly/_variables.scss')
-rw-r--r--flatly/_variables.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/flatly/_variables.scss b/flatly/_variables.scss
index f4c9370e..fa4b66b9 100644
--- a/flatly/_variables.scss
+++ b/flatly/_variables.scss
@@ -1,5 +1,5 @@
$bootstrap-sass-asset-helper: false !default;
-// Flatly 3.3.5
+// Flatly 3.3.6
// Variables
// --------------------------------------------------
@@ -864,5 +864,7 @@ $blockquote-border-color: $gray-lighter !default;
$page-header-border-color: transparent !default;
//** Width of horizontal description list titles
$dl-horizontal-offset: $component-offset-horizontal !default;
+//** Point at which .dl-horizontal becomes horizontal
+$dl-horizontal-breakpoint: $grid-float-breakpoint !default;
//** Horizontal line color.
$hr-border: $gray-lighter !default;