mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-13 08:06:26 +03:00
* Add fastfony/tailwind-webpack-encore-pack recipe * apply copilot suggestion
6 lines
70 B
JavaScript
6 lines
70 B
JavaScript
export default {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
},
|
|
};
|