forked from XiaoLFeng/XF_Index
13 lines
248 B
JavaScript
13 lines
248 B
JavaScript
|
/*
|
|||
|
* Copyright © 2016 - 2023 筱锋xiao_lfeng. All Rights Reserved.
|
|||
|
* 开发开源遵循 MIT 许可,若需商用请联系开发者
|
|||
|
* https://www.x-lf.com/
|
|||
|
*/
|
|||
|
|
|||
|
module.exports = {
|
|||
|
plugins: {
|
|||
|
tailwindcss: {},
|
|||
|
autoprefixer: {},
|
|||
|
},
|
|||
|
}
|