WebChat/.postcssrc

14 lines
209 B
Text
Raw Normal View History

2023-07-11 20:22:57 +00:00
{
"plugins": {
"tailwindcss": {},
"autoprefixer": {},
"postcss-rem-to-responsive-pixel": {
"rootValue": 16,
"propList": [
"*"
],
"transformUnit": "px"
}
2023-07-11 20:22:57 +00:00
}
}