diff --git a/.prettierrc b/.prettierrc index 6fed3d0..d2662f8 100644 --- a/.prettierrc +++ b/.prettierrc @@ -2,5 +2,8 @@ "tabWidth": 2, "useTabs": false, "semi": false, - "singleQuote": true + "singleQuote": true, + "plugins": [ + "prettier-plugin-tailwindcss" + ] } diff --git a/index.html b/index.html index a70a9b4..e652e79 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@