0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -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: {}
}
};