Remove uses of inline-styles

This commit is contained in:
Ryan Ahearn
2023-03-07 17:15:31 -05:00
parent 2a6bc62003
commit 73a3511ef2
11 changed files with 50 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ bootstrap: generate-version-file ## Set up everything to run the app
.PHONY: watch-frontend
watch-frontend: ## Build frontend and watch for changes
npm run watch
source $(NVMSH) && npm run watch
.PHONY: run-flask
run-flask: ## Run flask