plane/app/postcss.config.js

7 lines
83 B
JavaScript
Raw Permalink Normal View History

2023-04-21 23:30:36 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};