Do not include ALL of bootstrap
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,7 +1,6 @@
|
|||||||
import { createRef, Component, ComponentChildren } from "preact";
|
import { createRef, Component, ComponentChildren } from "preact";
|
||||||
import { Modal } from "bootstrap";
|
import { Modal } from "bootstrap";
|
||||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
import './bootstrap.scss';
|
||||||
//import './bootstrap.scss';
|
|
||||||
|
|
||||||
interface ModalProps {
|
interface ModalProps {
|
||||||
children: ComponentChildren;
|
children: ComponentChildren;
|
||||||
|
|||||||
Reference in New Issue
Block a user