ghostty/website/postcss.config.js
Mitchell Hashimoto 91d5887364 prettier
2023-10-05 09:21:24 -07:00

7 lines
83 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};