From 0babbca43fe585b7f454e08da9882ec615654e6f Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Mon, 17 Feb 2025 08:38:26 +0000 Subject: [PATCH] Format `index.css` (#16207) ## Summary I did ran the NPM dev commands before merging https://github.com/astral-sh/ruff/pull/16199 but I didn't notice that one file got reformatted. This PR formats the `index.css` with the now used Prettier version. --- playground/src/index.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/playground/src/index.css b/playground/src/index.css index b644d5add3..66e6b4c1d6 100644 --- a/playground/src/index.css +++ b/playground/src/index.css @@ -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 {