mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-02-03 03:32:59 +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')],
|
||
|
};
|