6 lines
125 B
JavaScript
6 lines
125 B
JavaScript
// prettier.config.js
|
|
module.exports = {
|
|
plugins: ["prettier-plugin-tailwindcss"],
|
|
tailwindFunctions: ["clsx", "tw"],
|
|
};
|