From 4fdc1fdc0d556cdc0a858f6af9dc44866a5563a4 Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 25 Dec 2019 12:38:07 +0100 Subject: [PATCH] tabler charts plugin removed, bootstrap update --- build/browsersync.js | 1 + package.json | 2 +- pages/_docs/autosize.md | 4 ---- scss/tabler-charts.scss | 9 --------- scss/tabler.scss | 1 + 5 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 scss/tabler-charts.scss diff --git a/build/browsersync.js b/build/browsersync.js index 3fb29d217..a1133cd2a 100755 --- a/build/browsersync.js +++ b/build/browsersync.js @@ -22,6 +22,7 @@ bs.init({ watchOptions: { ignoreInitial: true, }, + reloadDelay: 1000, notify: false, open: false, snippetOptions: { diff --git a/package.json b/package.json index 551813590..9901a6efd 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "@fullcalendar/timegrid": "4.3.0", "apexcharts": "3.11.1", "autosize": "4.0.2", - "bootstrap": "twbs/bootstrap#31038b0", + "bootstrap": "twbs/bootstrap#c6cfc23", "fullcalendar": "3.10.1", "imask": "5.2.1", "jquery": "3.4.1", diff --git a/pages/_docs/autosize.md b/pages/_docs/autosize.md index 92588a22f..058bb7787 100644 --- a/pages/_docs/autosize.md +++ b/pages/_docs/autosize.md @@ -10,8 +10,4 @@ done: true {% example html %} {% include ui/form/textarea-autosize.html %} -{% include ui/form/textarea-autosize.html %} -{% include ui/form/textarea-autosize.html %} -{% include ui/form/textarea-autosize.html %} -{% include ui/form/textarea-autosize.html %} {% endexample %} diff --git a/scss/tabler-charts.scss b/scss/tabler-charts.scss deleted file mode 100644 index 142ec081d..000000000 --- a/scss/tabler-charts.scss +++ /dev/null @@ -1,9 +0,0 @@ -/*! - * Tabler Charts (v0.9.0) - * Copyright 2018-2019 The Tabler Authors - * Copyright 2018-2019 codecalm - * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE) - */ - -@import "config"; -@import "ui/charts"; diff --git a/scss/tabler.scss b/scss/tabler.scss index 11a6fd829..a4687d984 100644 --- a/scss/tabler.scss +++ b/scss/tabler.scss @@ -53,6 +53,7 @@ @import "ui/toasts"; @import "ui/toolbar"; @import "ui/typo"; +@import "ui/charts"; @import "ui/examples";