Files
WebChat/.postcssrc
2025-05-21 21:18:29 +08:00

13 lines
194 B
Plaintext

{
"plugins": {
"@tailwindcss/postcss": {},
"postcss-rem-to-responsive-pixel": {
"rootValue": 16,
"propList": [
"*"
],
"transformUnit": "px"
}
}
}