diff --git a/files/en-us/web/css/@media/prefers-reduced-data/index.md b/files/en-us/web/css/@media/prefers-reduced-data/index.md index cbaf11cfcd2fce3..d3f27015486c48d 100644 --- a/files/en-us/web/css/@media/prefers-reduced-data/index.md +++ b/files/en-us/web/css/@media/prefers-reduced-data/index.md @@ -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; } } diff --git a/files/en-us/web/css/css_compositing_and_blending/index.md b/files/en-us/web/css/css_compositing_and_blending/index.md index 976cffa52d2e54d..edb5c07cfe5b83c 100644 --- a/files/en-us/web/css/css_compositing_and_blending/index.md +++ b/files/en-us/web/css/css_compositing_and_blending/index.md @@ -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;