JavaScript · 81 bytes Raw Blame History
1 const config = {
2 plugins: ["@tailwindcss/postcss"],
3 };
4
5 export default config;