Skip to content

Commit

Permalink
chore(lint): run yarn prettier -w .
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Nov 26, 2024
1 parent ec5275d commit 99be137
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions files/en-us/web/css/@media/prefers-reduced-data/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ In this example the `montserrat-regular.woff2` font file will neither be preload
local("Montserrat Regular"),
local("Montserrat-Regular"),
url("fonts/montserrat-regular.woff2") format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
U+2215, U+FEFF, U+FFFD;
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
}
}

Expand Down
6 changes: 5 additions & 1 deletion files/en-us/web/css/css_compositing_and_blending/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ In this example, each box has a border, two striped background images, and a sol
div {
width: 200px;
height: 200px;
background-image: repeating-linear-gradient(45deg, red 0 15px, pink 15px 30px),
background-image: repeating-linear-gradient(
45deg,
red 0 15px,
pink 15px 30px
),
repeating-linear-gradient(-45deg, blue 0 15px, lightblue 15px 30px);
background-size: 150px 150px;
background-repeat: no-repeat;
Expand Down

0 comments on commit 99be137

Please sign in to comment.