Skip to content

Commit 637cae0

Browse files
committed
Revert "Remove bootstrap"
This reverts commit 3f3e218.
1 parent aab5e8b commit 637cae0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/.vitepress/theme/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1+
2+
import 'bootstrap/dist/css/bootstrap.min.css';
3+
import 'bootstrap/dist/js/bootstrap.bundle.min.js';
4+
5+
// overwrite bootstrap css
16
import DefaultTheme from 'vitepress/theme'
27
import './custom.css'
38

9+
410
export default DefaultTheme

0 commit comments

Comments
 (0)