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