From b461c2864e25561644bd4c5b07dcbd8c75eda82d Mon Sep 17 00:00:00 2001 From: JuliaZel <91857302+JuliaZel@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:58:24 -0500 Subject: [PATCH] Fix prettier plugin name (tailwind) --- .github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 9b081901..a2d39bb5 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -27,6 +27,6 @@ jobs: uses: creyD/prettier_action@v4.3 with: prettier_options: "--write **/*.tsx" - prettier_plugins: "prettier-plugin-tailwindcss" + prettier_plugins: "@tailwindlabs/prettier-plugin-tailwindcss" only_changed: True prettier_version: '2.x.x'