WebChat/.postcssrc

13 lines
209 B
Text

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