We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a03bc9 commit dc4fd25Copy full SHA for dc4fd25
3 files changed
biome.json
@@ -17,6 +17,15 @@
17
}
18
19
},
20
+ "css": {
21
+ "formatter": {
22
+ "enabled": true,
23
+ "indentStyle": "space",
24
+ "indentWidth": 2,
25
+ "lineWidth": 100,
26
+ "quoteStyle": "single"
27
+ }
28
+ },
29
"javascript": {
30
"formatter": {
31
"quoteStyle": "single"
packages/react-calendar/src/Calendar.css
@@ -3,7 +3,7 @@
3
max-width: 100%;
4
background: white;
5
border: 1px solid #a0a096;
6
- font-family: Arial, Helvetica, sans-serif;
+ font-family: 'Arial', 'Helvetica', sans-serif;
7
line-height: 1.125em;
8
9
test/Test.css
@@ -1,9 +1,6 @@
1
body {
2
margin: 0;
- font-family:
- Segoe UI,
- Tahoma,
- sans-serif;
+ font-family: Segoe UI, Tahoma, sans-serif;
.Test header {
0 commit comments