File tree 3 files changed +581
-928
lines changed
3 files changed +581
-928
lines changed Original file line number Diff line number Diff line change 11
11
"build" : " NODE_ENV=production gulp postcss"
12
12
},
13
13
"dependencies" : {
14
- "autoprefixer" : " ^10.2.6 " ,
14
+ "autoprefixer" : " ^10.4.2 " ,
15
15
"browser-sync" : " ^2.27.4" ,
16
16
"cross-env" : " ^7.0.3" ,
17
17
"cssnano" : " ^5.0.6" ,
18
18
"gulp" : " ^4.0.2" ,
19
19
"gulp-connect-php" : " ^1.0.3" ,
20
20
"gulp-postcss" : " ^9.0.0" ,
21
+ "postcss" : " ^8.4.6" ,
21
22
"postcss-cli" : " ^8.3.1" ,
22
23
"postcss-nesting" : " ^8.0.1" ,
23
- "tailwindcss" : " ^2.2.4 "
24
+ "tailwindcss" : " ^3.0.23 "
24
25
}
25
26
}
Original file line number Diff line number Diff line change @@ -5,11 +5,8 @@ module.exports = {
5
5
extend : { } ,
6
6
} ,
7
7
plugins : [ ] ,
8
- purge : {
9
- enabled : process . env . NODE_ENV === 'production' ,
10
- content : [
11
- './site/**/*.php' ,
12
- './site/tailwind/*.css' ,
13
- ] ,
14
- } ,
8
+ content : [
9
+ './site/**/*.php' ,
10
+ './site/tailwind/*.css' ,
11
+ ] ,
15
12
}
You can’t perform that action at this time.
0 commit comments