Add automatic css prefixing

This commit is contained in:
Robert Long
2021-10-14 17:41:59 -07:00
parent 5bd0ae7133
commit 8849d7861f
3 changed files with 445 additions and 0 deletions

8
.postcssrc.json Normal file
View File

@@ -0,0 +1,8 @@
{
"plugins": {
"postcss-preset-env": {
"stage": 3,
"browsers": "last 2 versions"
}
}
}