Skip to content

Commit 9d9653a

Browse files
chore(deps-dev): bump prettier-plugin-tailwindcss from 0.6.12 to 0.7.2 (#46)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Konrad Guzek <konrad@guzek.uk>
1 parent 7920bc0 commit 9d9653a

3 files changed

Lines changed: 8 additions & 14 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"eslint-config-next": "^15.5.12",
8888
"eslint-plugin-react-hooks": "^5.2.0",
8989
"postcss": "^8.5.8",
90-
"prettier-plugin-tailwindcss": "^0.6.14",
90+
"prettier-plugin-tailwindcss": "^0.7.2",
9191
"tailwindcss": "^4.2.1",
9292
"typescript": "^5.9.3"
9393
},

pnpm-lock.yaml

Lines changed: 6 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/[locale]/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55
@custom-variant dark (&:is(.dark *));
66

7-
@config '../../../tailwind.config.ts';
7+
@config "../../../tailwind.config.ts";
88

99
/*
1010
The default border color has changed to `currentColor` in Tailwind CSS v4,

0 commit comments

Comments
 (0)