librarian-web/postcss.config.js

7 lines
77 B
JavaScript

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