internet_ml/web/internet_ml_frontend/postcss.config.js

7 lines
92 B
TypeScript

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