e2nguyen / Watcher

watcher-blond.vercel.app
2 stars 2 forks source link

[MVP]: Install Tailwind CSS #54

Closed dianephan closed 3 years ago

dianephan commented 3 years ago

Description

Install Tailwind CSS to replace styled-jsx

Branches

install_tailwind_54

Requires

Potential solutions

styled-jsx is useful and sufficient for simple and basic projects but our project requires more complex styling

Ran into the following issues:

  1. refollowing the installation instructions on tailwind resolved broken npm run dev in addition to restoring package-lock.json to what was on master
  2. restarting computer once npm run dev succeeded but failed to compile specific pages resolved 404 issues when hitting these urls

    Tasks

    • [x] create necessary packages to try out tailwind css

QA Notes

Deployment Notes

PR

55