Deprecate bulma in favor of normalize and milligram

Deprecate the bulma css framework in favor of normalize and
milligram. Adapt the templates to work with the new css libraries.
This commit is contained in:
finga 2024-04-20 00:02:14 +02:00
parent be9da23070
commit 4aff0378ac
27 changed files with 408 additions and 334 deletions

9
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "vendor/bulma"]
path = vendor/bulma
url = https://github.com/jgthms/bulma.git
[submodule "vendor/normalize.css"]
path = vendor/normalize.css
url = https://github.com/necolas/normalize.css
[submodule "vendor/milligram"]
path = vendor/milligram
url = https://github.com/milligram/milligram