echo-emily-backend / web /postcss.config.js
widgetwalker-username
feat: reorganize into state-of-the-art monorepo structure
3286713
raw
history blame contribute delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};