Ka-Note/ka-note/client/postcss.config.js

7 lines
73 B
JavaScript

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