Skip to content

Commit e976788

Browse files
committed
chore: restore to old content
1 parent e9dab32 commit e976788

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 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]
@@ -10,7 +13,6 @@
1013
[![coverage][cover]][cover-url]
1114
[![discussion][discussion]][discussion-url]
1215
[![size][size]][size-url]
13-
[![discord-invite][discord-invite]][discord-url]
1416

1517
# sass-loader
1618

@@ -52,7 +54,7 @@ This allows you to control the versions of all your dependencies and to choose w
5254
>
5355
> [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).
5456
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.
57+
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.
5658

5759
Then add the loader to your webpack configuration. For example:
5860

@@ -884,7 +886,7 @@ module.exports = {
884886
```
885887

886888
If you want to edit the original Sass files inside Chrome, [there's a good blog post](https://medium.com/@toolmantim/getting-started-with-css-sourcemaps-and-in-browser-sass-editing-b4daab987fb0).
887-
Checkout [test/sourceMap](https://github.com/webpack/sass-loader/tree/main/test) for a working example.
889+
Checkout [test/sourceMap](https://github.com/webpack-contrib/sass-loader/tree/master/test) for a working example.
888890

889891
## Contributing
890892

@@ -901,13 +903,11 @@ If you're new here, please take a moment to review our contributing guidelines b
901903
[npm-url]: https://npmjs.com/package/sass-loader
902904
[node]: https://img.shields.io/node/v/sass-loader.svg
903905
[node-url]: https://nodejs.org
904-
[tests]: https://github.com/webpack/sass-loader/workflows/sass-loader/badge.svg
905-
[tests-url]: https://github.com/webpack/sass-loader/actions
906-
[cover]: https://codecov.io/gh/webpack/sass-loader/branch/main/graph/badge.svg
907-
[cover-url]: https://codecov.io/gh/webpack/sass-loader
906+
[tests]: https://github.com/webpack-contrib/sass-loader/workflows/sass-loader/badge.svg
907+
[tests-url]: https://github.com/webpack-contrib/sass-loader/actions
908+
[cover]: https://codecov.io/gh/webpack-contrib/sass-loader/branch/master/graph/badge.svg
909+
[cover-url]: https://codecov.io/gh/webpack-contrib/sass-loader
908910
[discussion]: https://img.shields.io/github/discussions/webpack/webpack
909911
[discussion-url]: https://github.com/webpack/webpack/discussions
910912
[size]: https://packagephobia.now.sh/badge?p=sass-loader
911913
[size-url]: https://packagephobia.now.sh/result?p=sass-loader
912-
[discord-invite]: https://img.shields.io/discord/1180618526436888586?style=flat&logo=discord&logoColor=white&label=discord
913-
[discord-url]: https://discord.gg/ARKBCXBu

0 commit comments

Comments
 (0)