From 3b4e09ed1af63901c53009e111edf5f08cc3b023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Sun, 4 Jul 2021 19:57:47 +0800 Subject: Add Bootstrap 4.5.0 as a submodule --- .gitmodules | 3 +++ bootstrap | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 bootstrap diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2fdbccb --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "bootstrap"] + path = bootstrap + url = https://github.com/twbs/bootstrap.git diff --git a/bootstrap b/bootstrap new file mode 160000 index 0000000..7a6da5e --- /dev/null +++ b/bootstrap @@ -0,0 +1 @@ +Subproject commit 7a6da5e3e7ad7c749dde806546a35d4d4259d965 -- cgit v1.2.3