File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Minimized files
2
+ ** .min.css
3
+ fuse_ * .js
Original file line number Diff line number Diff line change
1
+ {
2
+ "printWidth": 120,
3
+ "proseWrap": "always",
4
+ "plugins": ["prettier-plugin-tailwindcss"]
5
+ }
Original file line number Diff line number Diff line change 11
11
"build:rm-db.json" : " rm db.json || exit 0" ,
12
12
"build:css" : " npx postcss themes/coo/source/css/style.tailwindcss -o themes/coo/source/css/style.css" ,
13
13
"build:generate" : " npx hexo generate" ,
14
- "build:gulp" : " npx gulp --max-old-space-size=4096"
14
+ "build:gulp" : " npx gulp --max-old-space-size=4096" ,
15
+ "format" : " prettier --write"
15
16
},
16
17
"hexo" : {
17
18
"version" : " 5.4.2"
69
70
"postcss-cli" : " ^9.1.0" ,
70
71
"postcss-import" : " ^14.0.2" ,
71
72
"postcss-minify" : " ^1.1.0" ,
73
+ "prettier" : " ^3.2.5" ,
74
+ "prettier-plugin-tailwindcss" : " ^0.5.14" ,
72
75
"sync-request" : " ^6.1.0" ,
73
76
"tailwindcss" : " ^3.0.1" ,
74
77
"tailwindcss-animate" : " ^1.0.5" ,
You can’t perform that action at this time.
0 commit comments