Files
WebChat/.postcssrc

13 lines
194 B
Plaintext
Raw Permalink Normal View History

2023-07-12 04:22:57 +08:00
{
"plugins": {
2025-05-21 21:18:29 +08:00
"@tailwindcss/postcss": {},
"postcss-rem-to-responsive-pixel": {
"rootValue": 16,
"propList": [
"*"
],
"transformUnit": "px"
}
2023-07-12 04:22:57 +08:00
}
}