7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
const config = {
|
|
plugins: ["@tailwindcss/postcss"],
|
|
|
|
};
|
|
|
|
export default config;
|