Skip to content

Commit 3f1a4d2

Browse files
committed
Format with Prettier
1 parent 55cdc9d commit 3f1a4d2

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

postcss.config.js

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

tailwind.config.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/** @type {import('tailwindcss').Config} */
22
export default {
3-
content: [
4-
"./index.html",
5-
"./src/**/*.{js,ts,jsx,tsx}",
6-
],
3+
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
74
theme: {
85
colors: {
96
primary: "#240e1f",
@@ -13,4 +10,4 @@ export default {
1310
extend: {},
1411
},
1512
plugins: [],
16-
}
13+
};

0 commit comments

Comments
 (0)