mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-04 10:13:53 +08:00
15 lines
321 B
JavaScript
15 lines
321 B
JavaScript
/*
|
|
* @Date: 2023-11-27 17:31:54
|
|
* @LastEditors: maggieyyy
|
|
* @LastEditTime: 2023-11-29 15:49:05
|
|
* @FilePath: \applatform\frontend\packages\core\postcss.config.js
|
|
*/
|
|
export default {
|
|
plugins: {
|
|
'postcss-import': {},
|
|
'tailwindcss/nesting': {},
|
|
tailwindcss: {},
|
|
autoprefixer: {}
|
|
},
|
|
}
|
|
|