1
0
mirror of https://github.com/vector-im/element-call.git synced 2022-05-22 02:31:18 +03:00
Files
element-call-video-chat-matrix/.postcssrc.json
2021-10-14 17:41:59 -07:00

9 lines
111 B
JSON

{
"plugins": {
"postcss-preset-env": {
"stage": 3,
"browsers": "last 2 versions"
}
}
}