postcssrc file to enable autoprefixer

This commit is contained in:
Andrew Croce 2018-08-22 16:25:53 -04:00
parent 9cd1f37924
commit 4f9822e7b4

5
.postcssrc Normal file
View File

@ -0,0 +1,5 @@
{
"plugins": {
"autoprefixer": true
}
}