Files
AIPex/packages/browser-ext/postcss.config.js
0x5457 0f6361f678 feat: AIPex agent core and restructure project files (#32)
* feat: AIPex agent core and restructure project files

* fix: Update tool parameter schema validation in tests and base class

* Delete .cursor/rules directory

* fix tests
2025-12-06 20:02:08 +08:00

9 lines
124 B
JavaScript

/**
* @type {import('postcss').ProcessOptions}
*/
module.exports = {
plugins: {
"@tailwindcss/postcss": {},
},
};