Answer the question
In order to leave comments, you need to log in
PostCss and Grunt?
Good afternoon. There was a question about working with postCss.
Let's say there is such a list of postCss plugins in gruntfile.js
postcss: {
options: {
processors: [
require('precss'),
require('autoprefixer')({
browsers: ['Android >=2.1',
'Chrome >=21',
'Firefox >=16',
'Explorer >=8',
'Edge >=12',
'iOS >=3.2',
'Opera >=21',
'Safari >=4',
'OperaMobile >=12',
'OperaMini >=5.0',
'ChromeAndroid >=46',
'FirefoxAndroid >=42',
'ExplorerMobile >=10']
}),
require('postcss-flexbugs-fixes'),
require('pixrem')(),
require('postcss-cssnext'),
require('cssnano'),
require('postcss-font-magician'),
require('postcss-normalize')
]
}
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