diff --git a/resources/docs/docs/chapters/tp/css-loader.md b/resources/docs/docs/chapters/tp/css-loader.md index 2e1b6026c23b22853df5f221c799e424211a11a7..44636228e932033e98fc6eacc41b09ecd90a2f6e 100644 --- a/resources/docs/docs/chapters/tp/css-loader.md +++ b/resources/docs/docs/chapters/tp/css-loader.md @@ -37,7 +37,8 @@ npm i -D style-loader css-loader ### :fontawesome-solid-screwdriver-wrench: Use the `style-loader` <span id="diy">:fontawesome-solid-wrench: Do it yourself</span> - Edit `webpack.config.js` and configure the `style-loader` and the `css-loader` to load _CSS_ files: - === "webpack.config.js" + +=== "webpack.config.js" ```js linenums="1" // ...