FIX: Autoprefixer is no longer needed for your stylesheet.

master
Tudor Stanciu 2022-05-08 22:06:42 +03:00
parent 80b8314106
commit 49b529e671
1 changed files with 5 additions and 2 deletions

View File

@ -37,14 +37,17 @@
},
"browserslist": {
"production": [
">0.2%",
">0.3%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
"last 1 safari version",
">0.3%",
"not dead",
"not op_mini all"
]
}
}