mapcomplete/postcss.config.js

6 lines
80 B
JavaScript
Raw Normal View History

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