Commit 94a12accf993d78139b02a69539e05a6c54d27a4

Authored by Anastasia
1 parent 80bc811c

- disable css bootstrap

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
frontend/config/main.php
... ... @@ -255,6 +255,9 @@
255 255 'components' => [
256 256 'assetManager' => [
257 257 'bundles' => [
  258 + 'yii\bootstrap\BootstrapAsset' => [
  259 + 'css' => []
  260 + ],
258 261 // new version gentenella
259 262 // 'kartik\select2\Select2Asset' => [
260 263 // 'css' => [],
... ...