Answer the question
In order to leave comments, you need to log in
Why is grunt-postcss autoprefixer not working?
Here is the code from Gruntfile.js.
postcss: {
options: {
processors: [
require("autoprefixer")({browsers:
[
"last 1 version",
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Opera versions",
"last 2 Edge versions"
]})
]
},
style: {src: "css/*.css"}
}
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