From 06d2467c56de10ee353b746992694365a17d526b Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 25 Mar 2020 17:04:41 +0000 Subject: Use boilerplate/typescript for goals After deploying the version of this application that built everything in the browser, which originally was the impetus for the entire project, I learned that the babel in-browser transformer won't work. I'm not sure why, but I need to move on from this project and do other work. I ported the code to my boilerplate/typescript, which works. Wahoo! --- website/goals/src/index.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 website/goals/src/index.css (limited to 'website/goals/src/index.css') diff --git a/website/goals/src/index.css b/website/goals/src/index.css new file mode 100644 index 000000000000..b5c61c956711 --- /dev/null +++ b/website/goals/src/index.css @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; -- cgit 1.4.1