mirror of
https://gitee.com/yiming_chang/vue-pure-admin.git
synced 2024-11-29 09:48:06 +08:00
chore: 更新postcss.config.js
文件为esm
语法
This commit is contained in:
parent
5199a65088
commit
18158f8e0d
@ -6,7 +6,7 @@ package.json
|
||||
.eslintrc.cjs
|
||||
.prettierrc.js
|
||||
commitlint.config.js
|
||||
postcss.config.cjs
|
||||
postcss.config.js
|
||||
tailwind.config.ts
|
||||
stylelint.config.cjs
|
||||
src/components/ReSplitPane/iconfont
|
||||
|
@ -1,4 +1,7 @@
|
||||
module.exports = {
|
||||
// @ts-check
|
||||
|
||||
/** @type {import('postcss-load-config').Config} */
|
||||
export default {
|
||||
plugins: {
|
||||
"postcss-import": {},
|
||||
"tailwindcss/nesting": {},
|
Loading…
Reference in New Issue
Block a user