0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/apps/comments-ui/postcss.config.js

6 lines
92 B
JavaScript
Raw Normal View History

2022-07-05 10:15:12 +02:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};