File tree 3 files changed +7
-5
lines changed
docs/.vitepress/theme/components
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"semi" : false ,
3
- "tabWidth" : 2 ,
4
3
"singleQuote" : true ,
5
- "printWidth" : 80 ,
6
- "trailingComma" : " none" ,
7
4
"overrides" : [
8
5
{
9
6
"files" : [" *.json5" ],
Original file line number Diff line number Diff line change @@ -42,7 +42,10 @@ const { data } = useSponsor()
42
42
text-align : center ;
43
43
font-weight : 600 ;
44
44
white-space : nowrap ;
45
- transition : color 0.25s , border-color 0.25s , background-color 0.25s ;
45
+ transition :
46
+ color 0.25s ,
47
+ border-color 0.25s ,
48
+ background-color 0.25s ;
46
49
/* .VPButton.medium */
47
50
border-radius : 20px ;
48
51
padding : 0 20px ;
Original file line number Diff line number Diff line change 29
29
" vite" ,
30
30
" docs" ,
31
31
" translation" ,
32
- " pt"
32
+ " pt" ,
33
+ " pt-br" ,
34
+ " pt-pt"
33
35
],
34
36
"author" : " " ,
35
37
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments