Ghost/apps/comments-ui/postcss.config.js

6 lines
92 B
JavaScript
Raw Normal View History

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