Skip to content

Commit

Permalink
Do not include ALL of bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenisanerd committed Apr 25, 2022
1 parent 7f05f2f commit b63ea16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bindata/static/js/gotty.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bindata/static/js/gotty.js.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions js/src/MyModal.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { createRef, Component, ComponentChildren } from "preact";
import { Modal } from "bootstrap";
import 'bootstrap/dist/css/bootstrap.min.css';
//import './bootstrap.scss';
import './bootstrap.scss';

interface ModalProps {
children: ComponentChildren;
Expand Down

0 comments on commit b63ea16

Please sign in to comment.