Skip to content

Commit abd72fc

Browse files
committed
Run prettier (and update config)
1 parent 3398f8b commit abd72fc

21 files changed

Lines changed: 4329 additions & 2387 deletions

.prettierrc.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @type {import("prettier").Config} */
22
export default {
33
plugins: ["prettier-plugin-astro", "prettier-plugin-tailwindcss"],
4-
tailwindConfig: "./tailwind.config.mjs",
4+
tailwindStylesheet: "./src/styles/global.css",
55
overrides: [
66
{
77
files: "*.astro",

0 commit comments

Comments
 (0)