diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-05-05 18:41:39 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-05-05 18:41:39 +0200 |
commit | 129c73757036a8073467a2046bc73e95918f1ca1 (patch) | |
tree | b4ea5e7af4cc17db6a3533add0f3ac7186dc42f3 /.gitmodules | |
parent | fadc75c731368d39edc718246b6dedff40e097e3 (diff) | |
download | cerrado-129c73757036a8073467a2046bc73e95918f1ca1.tar.gz cerrado-129c73757036a8073467a2046bc73e95918f1ca1.tar.bz2 cerrado-129c73757036a8073467a2046bc73e95918f1ca1.zip |
feat: Add bootsrap scss
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..860ffa4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "scss/bootstrap"] + path = scss/bootstrap + url = https://github.com/twbs/bootstrap.git |