Skip to content

Commit

Permalink
Format index.css (#16207)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
MichaReiser authored Feb 17, 2025
1 parent b6b1947 commit 0babbca
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions playground/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ html,
}

.shadow-copied {
--tw-shadow: 0 0 0 1px theme("colors.white"),
inset 0 0 0 1px theme("colors.white");
--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color),
inset 0 0 0 1px var(--tw-shadow-color);
--tw-shadow:
0 0 0 1px theme("colors.white"), inset 0 0 0 1px theme("colors.white");
--tw-shadow-colored:
0 0 0 1px var(--tw-shadow-color), inset 0 0 0 1px var(--tw-shadow-color);

box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
box-shadow:
var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
var(--tw-shadow);
}

@font-face {
Expand Down

0 comments on commit 0babbca

Please sign in to comment.