Answer the question
In order to leave comments, you need to log in
Why doesn't autoprefixer work in Vue Cli?
Hello! I use Vue Cli in the project, the documentation says that the autoprefixer plugin is enabled by default.
But when checked in browsers, there are no autoprefixes (the only prefixed property is user-select), and hence something is not supported somewhere. I use Less.
The documentation also says - "To determine the target browsers, use the browserslist field in the package.json file."
I add what is written below, but still there are no prefixes.
"browserslist": [
"last 2 version",
"> 1%",
"not dead"
]
Please tell me what should be done so that prefixes appear for all browsers. Thanks
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question