File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
packages/react-calendar/src Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 17
17
}
18
18
}
19
19
},
20
+ "css" : {
21
+ "formatter" : {
22
+ "enabled" : true ,
23
+ "indentStyle" : " space" ,
24
+ "indentWidth" : 2 ,
25
+ "lineWidth" : 100 ,
26
+ "quoteStyle" : " single"
27
+ }
28
+ },
20
29
"javascript" : {
21
30
"formatter" : {
22
31
"quoteStyle" : " single"
Original file line number Diff line number Diff line change 3
3
max-width : 100% ;
4
4
background : white;
5
5
border : 1px solid # a0a096 ;
6
- font-family : Arial, Helvetica, sans-serif;
6
+ font-family : ' Arial' , ' Helvetica' , sans-serif;
7
7
line-height : 1.125em ;
8
8
}
9
9
Original file line number Diff line number Diff line change 1
1
body {
2
2
margin : 0 ;
3
- font-family :
4
- Segoe UI,
5
- Tahoma,
6
- sans-serif;
3
+ font-family : Segoe UI, Tahoma, sans-serif;
7
4
}
8
5
9
6
.Test header {
You can’t perform that action at this time.
0 commit comments