Skip to content

Commit 214b6e1

Browse files
committed
style: run prettier
1 parent 90af27e commit 214b6e1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tailwind.config.js

+5-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ module.exports = {
9393
"visited",
9494
"disabled",
9595
],
96-
plugins: [require("@tailwindcss/forms"),plugin(function ({ addComponents, theme }) {
96+
plugins: [
97+
require("@tailwindcss/forms"),
98+
plugin(function ({ addComponents, theme }) {
9799
const screens = theme("screens", {});
98100
addComponents([
99101
{
@@ -135,5 +137,6 @@ module.exports = {
135137
},
136138
},
137139
]);
138-
}),],
140+
}),
141+
],
139142
};

0 commit comments

Comments
 (0)