misc: common.css를 bootstrap5를 포함한 css로 변경

This commit is contained in:
2021-11-28 23:09:37 +09:00
parent 897997b8ac
commit 752f69d3ef
8 changed files with 289 additions and 12 deletions
+2
View File
@@ -11,6 +11,8 @@ import Popper from 'popper.js';
exportWindow(Popper, 'Popper');//XXX: 왜 popper를 이렇게 불러야 하는가?
import 'bootstrap';
import "../scss/common_legacy.scss";
exportWindow(jQuery, '$');
exportWindow(jQuery, 'jQuery');