Skip to content

Commit d0aabb2

Browse files
committed
Enable CSS formatter in Biome config
1 parent 75ba5cf commit d0aabb2

File tree

6 files changed

+6
-24
lines changed

6 files changed

+6
-24
lines changed

sample/create-react-app-5/src/Sample.css

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
body {
22
margin: 0;
33
background-color: #525659;
4-
font-family:
5-
Segoe UI,
6-
Tahoma,
7-
sans-serif;
4+
font-family: Segoe UI, Tahoma, sans-serif;
85
}
96

107
.Example input,

sample/next-app/app/Sample.css

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
body {
22
margin: 0;
33
background-color: #525659;
4-
font-family:
5-
Segoe UI,
6-
Tahoma,
7-
sans-serif;
4+
font-family: Segoe UI, Tahoma, sans-serif;
85
}
96

107
.Example input,

sample/next-pages/pages/Sample.css

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
body {
22
margin: 0;
33
background-color: #525659;
4-
font-family:
5-
Segoe UI,
6-
Tahoma,
7-
sans-serif;
4+
font-family: Segoe UI, Tahoma, sans-serif;
85
}
96

107
.Example input,

sample/parcel2/Sample.css

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
body {
22
margin: 0;
33
background-color: #525659;
4-
font-family:
5-
Segoe UI,
6-
Tahoma,
7-
sans-serif;
4+
font-family: Segoe UI, Tahoma, sans-serif;
85
}
96

107
.Example input,

sample/vite/Sample.css

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
body {
22
margin: 0;
33
background-color: #525659;
4-
font-family:
5-
Segoe UI,
6-
Tahoma,
7-
sans-serif;
4+
font-family: Segoe UI, Tahoma, sans-serif;
85
}
96

107
.Example input,

sample/webpack5/Sample.css

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
body {
22
margin: 0;
33
background-color: #525659;
4-
font-family:
5-
Segoe UI,
6-
Tahoma,
7-
sans-serif;
4+
font-family: Segoe UI, Tahoma, sans-serif;
85
}
96

107
.Example input,

0 commit comments

Comments
 (0)