Files
film-management-frontend/postcss.config.js
T

7 lines
73 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};