Skip to content

Commit 0babbca

Browse files
authored
Format index.css (#16207)
## Summary I did ran the NPM dev commands before merging #16199 but I didn't notice that one file got reformatted. This PR formats the `index.css` with the now used Prettier version.
1 parent b6b1947 commit 0babbca

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

playground/src/index.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ html,
1717
}
1818

1919
.shadow-copied {
20-
--tw-shadow: 0 0 0 1px theme("colors.white"),
21-
inset 0 0 0 1px theme("colors.white");
22-
--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color),
23-
inset 0 0 0 1px var(--tw-shadow-color);
20+
--tw-shadow:
21+
0 0 0 1px theme("colors.white"), inset 0 0 0 1px theme("colors.white");
22+
--tw-shadow-colored:
23+
0 0 0 1px var(--tw-shadow-color), inset 0 0 0 1px var(--tw-shadow-color);
2424

25-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
26-
var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
25+
box-shadow:
26+
var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
27+
var(--tw-shadow);
2728
}
2829

2930
@font-face {

0 commit comments

Comments
 (0)