Files
EasyTier/easytier-web/frontend-lib/postcss.config.js
Sijie.Sun e948dbfcc1 Feat/web (Patchset 4) (#460)
support basic functions in frontend
1. create/del network
2. inspect network running status
2024-11-08 23:33:17 +08:00

8 lines
106 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
"postcss-nested": {},
},
}