Skip to content

Commit f26f9a9

Browse files
AbePlaysalexander-akait
andauthoredAug 7, 2023
docs: wrap <style></style> in backticks (#1530)
Co-authored-by: Alexander Akait <4567934+alexander-akait@users.noreply.github.com>
1 parent e2b6dd1 commit f26f9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1688,7 +1688,7 @@ module.exports = {
16881688

16891689
For `production` builds it's recommended to extract the CSS from your bundle being able to use parallel loading of CSS/JS resources later on.
16901690
This can be achieved by using the [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin), because it creates separate css files.
1691-
For `development` mode (including `webpack-dev-server`) you can use [style-loader](https://github.com/webpack-contrib/style-loader), because it injects CSS into the DOM using multiple <style></style> and works faster.
1691+
For `development` mode (including `webpack-dev-server`) you can use [style-loader](https://github.com/webpack-contrib/style-loader), because it injects CSS into the DOM using multiple `<style></style>` and works faster.
16921692

16931693
> **Note**
16941694
>

0 commit comments

Comments
 (0)
Please sign in to comment.