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 82fa543e43 - Show all commits

View file

@ -1,6 +1,7 @@
{ {
"compilerOptions": { "compilerOptions": {
"strictNullChecks": true, "strictNullChecks": true,
"strictPropertyInitialization": true,
"esModuleInterop": true, "esModuleInterop": true,
"jsx": "react" "jsx": "react"
} }