From 536658c4ab49495196ae2223b0f9982cf9dca089 Mon Sep 17 00:00:00 2001 From: nixa <4dmitr@gmail.com> Date: Fri, 6 May 2016 17:26:00 +0300 Subject: [PATCH] turns out, flexbox is not campatible with amcharts! disabling now --- .bootstraprc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bootstraprc b/.bootstraprc index cf7f5c20..b6968988 100644 --- a/.bootstraprc +++ b/.bootstraprc @@ -6,7 +6,7 @@ bootstrapVersion: 4 # If Bootstrap version 4 is used - turn on/off flexbox model -useFlexbox: true +useFlexbox: false # Webpack loaders, order matters styleLoaders: @@ -112,4 +112,4 @@ scripts: scrollspy: true tab: true tooltip: true - util: true \ No newline at end of file + util: true