mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 10:33:50 +08:00
5 lines
141 B
JavaScript
5 lines
141 B
JavaScript
|
const path = require('path');
|
||
|
module.exports = {
|
||
|
plugins: [require('tailwindcss'), require('autoprefixer'), require('postcss-import')],
|
||
|
};
|