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

6 lines
92 B
JavaScript
Raw Normal View History

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