Skip to content

Commit 80ce8d8

Browse files
committedJun 3, 2023
formatting fixed for tailwind
1 parent 6a89cd7 commit 80ce8d8

File tree

7 files changed

+13
-4
lines changed

7 files changed

+13
-4
lines changed
 

‎.vscode/settings.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"editor.formatOnSave": true,
3-
"nuxt.isNuxtApp": false
4-
}
2+
"editor.formatOnSave": true,
3+
"nuxt.isNuxtApp": false
4+
}

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"@vitejs/plugin-react": "^2",
2727
"autoprefixer": "^10.4.14",
2828
"postcss": "^8.4.22",
29+
"prettier-plugin-tailwindcss": "^0.3.0",
2930
"tailwindcss": "^3.3.1",
3031
"typescript": "^4.7.2",
3132
"vite": "^3",

‎postcss.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ export default {
33
tailwindcss: {},
44
autoprefixer: {},
55
},
6-
}
6+
};

‎public/videos/happy-farmer1.mp4

81.8 KB
Binary file not shown.

‎src/pages/AboutPage/AboutPage.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default function AboutPage() {
2+
return <></>;
3+
}

‎src/pages/AboutPage/components/Hero.tsx

Whitespace-only changes.

‎yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -5077,6 +5077,11 @@ preact@^10.12.0, preact@^10.5.9:
50775077
resolved "https://registry.yarnpkg.com/preact/-/preact-10.15.0.tgz#14bae0afe3547ca9d45d22fda2a4266462d31cf3"
50785078
integrity sha512-nZSa8M2R2m1n7nJSBlzDpxRJaIsejrTO1vlFbdpFvyC8qM1iU+On2y0otfoUm6SRB5o0lF0CKDFxg6grEFU0iQ==
50795079

5080+
prettier-plugin-tailwindcss@^0.3.0:
5081+
version "0.3.0"
5082+
resolved "https://registry.yarnpkg.com/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.3.0.tgz#8299b307c7f6467f52732265579ed9375be6c818"
5083+
integrity sha512-009/Xqdy7UmkcTBpwlq7jsViDqXAYSOMLDrHAdTMlVZOrKfM2o9Ci7EMWTMZ7SkKBFTG04UM9F9iM2+4i6boDA==
5084+
50805085
process-warning@^1.0.0:
50815086
version "1.0.0"
50825087
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-1.0.0.tgz#980a0b25dc38cd6034181be4b7726d89066b4616"

0 commit comments

Comments
 (0)
Please sign in to comment.