Skip to content

Commit 4d54d53

Browse files
chore: restore to old content
1 parent e9dab32 commit 4d54d53

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<div align="center">
2-
<a href="https://github.com/webpack/sass-loader">
3-
<img width="200" height="200" src="https://webpack.js.org/assets/icon-square-big.svg">
4-
</a>
2+
<img height="170"
3+
src="https://worldvectorlogo.com/logos/sass-1.svg">
4+
<a href="https://github.com/webpack/webpack">
5+
<img width="200" height="200"
6+
src="https://webpack.js.org/assets/icon-square-big.svg">
7+
</a>
58
</div>
69

710
[![npm][npm]][npm-url]
@@ -52,7 +55,7 @@ This allows you to control the versions of all your dependencies and to choose w
5255
>
5356
> [Node Sass](https://github.com/sass/node-sass) does not work with [Yarn PnP](https://classic.yarnpkg.com/en/docs/pnp/) and doesn't support [@use rule](https://sass-lang.com/documentation/at-rules/use).
5457
55-
Chain the `sass-loader` with the [css-loader](https://github.com/webpack/css-loader) and the [style-loader](https://github.com/webpack/style-loader) to immediately apply all styles to the DOM, or with the [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) to extract it into a separate file.
58+
Chain the `sass-loader` with the [css-loader](https://github.com/webpack-contrib/css-loader) and the [style-loader](https://github.com/webpack-contrib/style-loader) to immediately apply all styles to the DOM, or with the [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) to extract it into a separate file.
5659

5760
Then add the loader to your webpack configuration. For example:
5861

0 commit comments

Comments
 (0)