Skip to content

Commit

Permalink
move bootstrap to core of tabler
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Feb 8, 2021
1 parent 2e8191c commit 77d1ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/js/tabler.js
@@ -1,5 +1,7 @@
//Vendor

import 'bootstrap/dist/js/bootstrap.bundle';

import './autosize';
import './input-mask';
import './dropdown';
Expand Down
1 change: 0 additions & 1 deletion src/pages/_data/libs.json
@@ -1,6 +1,5 @@
{
"global-libs": [
"bootstrap"
],
"js-files": {
"countup": "countup",
Expand Down

0 comments on commit 77d1ae1

Please sign in to comment.