Edit autoprefixer browserslist and remove manual prefixes

This commit is contained in:
Paul Nicoué 2022-07-19 16:01:41 +02:00
parent 957b799d0a
commit e5f5b543c6
4 changed files with 10 additions and 38 deletions

View file

@ -1,6 +1,9 @@
{
"browserslist": [
"defaults"
"> 0.5%",
"last 4 versions",
"Firefox ESR",
"not dead"
],
"devDependencies": {
"@symfony/webpack-encore": "^3.0.0",