File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// https://github.com/nDmitry/grunt-postcss
2- var autoprefixer = require ( 'autoprefixer' ) ,
3- pxtorem = require ( 'postcss-pxtorem' ) ;
2+ var autoprefixer = require ( 'autoprefixer' ) ;
43
54module . exports = {
65 options : {
76 map : true ,
87 processors : [
9- pxtorem ( {
10- rootValue : 10 ,
11- propWhiteList : [
12- 'font' ,
13- 'font-size' ,
14- 'line-height' ,
15- 'letter-spacing' ,
16- 'margin' ,
17- 'margin-left' ,
18- 'margin-right' ,
19- 'margin-top' ,
20- 'margin-bottom' ,
21- 'padding' ,
22- 'padding-left' ,
23- 'padding-right' ,
24- 'padding-top' ,
25- 'padding-bottom'
26- ] ,
27- selectorBlackList : [
28- 'html'
29- ] ,
30- minPixelValue : 2
31- } ) ,
328 autoprefixer ( {
339 browsers : [
3410 'Android >= 2.1' ,
Original file line number Diff line number Diff line change 3434 "grunt-shell" : " 1.x" ,
3535 "grunt-version" : " 1.x" ,
3636 "grunt-wp-i18n" : " 0.x" ,
37- "postcss-pxtorem" : " 3.x" ,
3837 "time-grunt" : " 1.x"
3938 }
4039}
You can’t perform that action at this time.
0 commit comments