diff --git a/.prettierrc b/.prettierrc index e5ae567e..c824aee2 100644 --- a/.prettierrc +++ b/.prettierrc @@ -4,5 +4,7 @@ "tabWidth": 2, "semi": false, "singleQuote": true, - "jsxBracketSameLine": true -} \ No newline at end of file + "jsxBracketSameLine": true, + "plugins": ["prettier-plugin-tailwindcss"], + "tailwindStylesheet": "./src/assets/index.css" +} diff --git a/index.html b/index.html index f3b4686d..7c9f97ec 100644 --- a/index.html +++ b/index.html @@ -7,19 +7,19 @@ + <% if (isWebBuild) { %> -