diff --git a/packages/scripts/README.md b/packages/scripts/README.md index 556d1d50817ccd..2efcd59301a194 100644 --- a/packages/scripts/README.md +++ b/packages/scripts/README.md @@ -610,7 +610,7 @@ You can also bundle CSS modules by prefixing `.module` to the extension, e.g. `s #### Using fonts and images -It is possible to reference font (`woff`, `woff2`, `eot`, `ttf` and `otf`) and image (`bmp`, `png`, `jpg`, `jpeg` and `gif`) files from CSS that is controlled by webpack as explained in the previous section. +It is possible to reference font (`woff`, `woff2`, `eot`, `ttf` and `otf`) and image (`bmp`, `png`, `jpg`, `jpeg`, `gif` and `wepb`) files from CSS that is controlled by webpack as explained in the previous section. _Example:_