From a997469b6fe3566005ef12f7e8ab232bdfcde059 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 7 Feb 2020 20:11:36 +0100 Subject: [PATCH] bootsrrap update --- package.json | 2 +- scss/_bootstrap-components.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6fc5fa74..22deb2b0 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "@fullcalendar/timegrid": "4.3.0", "apexcharts": "3.15.5", "autosize": "4.0.2", - "bootstrap": "twbs/bootstrap#05fb3f2", + "bootstrap": "twbs/bootstrap#96ac606", "countup.js": "2.0.4", "daterangepicker": "3.0.5", "flatpickr": "^4.6.3", diff --git a/scss/_bootstrap-components.scss b/scss/_bootstrap-components.scss index cd4dbeb7..6ea17778 100644 --- a/scss/_bootstrap-components.scss +++ b/scss/_bootstrap-components.scss @@ -2,6 +2,7 @@ @import "~bootstrap/scss/reboot"; @import "~bootstrap/scss/type"; @import "~bootstrap/scss/images"; +@import "~bootstrap/scss/containers"; @import "~bootstrap/scss/grid"; @import "~bootstrap/scss/tables"; @import "~bootstrap/scss/forms"; -- GitLab