mirror of
https://github.com/logos-co/devrel-station.git
synced 2026-08-27 11:21:12 +00:00
8 lines
94 B
JavaScript
8 lines
94 B
JavaScript
const config = {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
},
|
|
};
|
|
|
|
export default config;
|