mirror of https://github.com/astral-sh/ruff
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.
This commit is contained in:
parent
b6b1947010
commit
0babbca43f
|
|
@ -17,13 +17,14 @@ html,
|
||||||
}
|
}
|
||||||
|
|
||||||
.shadow-copied {
|
.shadow-copied {
|
||||||
--tw-shadow: 0 0 0 1px theme("colors.white"),
|
--tw-shadow:
|
||||||
inset 0 0 0 1px theme("colors.white");
|
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),
|
--tw-shadow-colored:
|
||||||
inset 0 0 0 1px var(--tw-shadow-color);
|
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),
|
box-shadow:
|
||||||
var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
|
||||||
|
var(--tw-shadow);
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue