diff --git a/.gitignore b/.gitignore index acb715d..22fbdbe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -dist node_modules yarn.lock package-lock.json diff --git a/package.json b/package.json index c34c6da..e556b75 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1" }, "devDependencies": { + "@tailwindcss/forms": "^0.5.7", "autoprefixer": "^10.4.6", "concurrently": "^5.3.0", "live-server": "^1.2.2",