Skip to content

Commit

Permalink
Add automatic css prefixing
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong committed Oct 15, 2021
1 parent 5bd0ae7 commit 8849d78
Show file tree
Hide file tree
Showing 3 changed files with 445 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .postcssrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"plugins": {
"postcss-preset-env": {
"stage": 3,
"browsers": "last 2 versions"
}
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"events": "^3.3.0",
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#robertlong/group-call",
"matrix-react-sdk": "github:matrix-org/matrix-react-sdk#robertlong/group-call",
"postcss-preset-env": "^6.7.0",
"re-resizable": "^6.9.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
Expand Down
Loading

0 comments on commit 8849d78

Please sign in to comment.