Rework website with bulma instead of bootstrap #6

Manually merged
tlater merged 43 commits from tlater/bulma2 into master 2022-08-14 00:26:49 +01:00
Showing only changes of commit 01e4393a2c - Show all commits

View file

@ -75,7 +75,7 @@ scripts:
# Checks # Checks
check: tsc --noEmit check: tsc --noEmit
style: prettier --check src style: prettier --check src
lint: eslint --format unix src lint: eslint --max-warnings=0 --format unix src
# Parcel config # Parcel config
source: src/index.html source: src/index.html