Skip to content

Commit aacb63d

Browse files
chore: update readme (#1277)
1 parent 01a94cb commit aacb63d

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
<div align="center">
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>
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>
85
</div>
96

7+
<h1 align="center">sass-loader</h1>
8+
9+
<p align="center">
10+
Loads a Sass/SCSS file and compiles it to CSS.
11+
</p>
12+
<br>
13+
1014
[![npm][npm]][npm-url]
1115
[![node][node]][node-url]
1216
[![tests][tests]][tests-url]
1317
[![coverage][cover]][cover-url]
1418
[![discussion][discussion]][discussion-url]
1519
[![size][size]][size-url]
16-
17-
# sass-loader
18-
19-
Loads a Sass/SCSS file and compiles it to CSS.
20+
[![Discord][discord-invite]][discord-url]
2021

2122
## Getting Started
2223

@@ -911,3 +912,5 @@ If you're new here, please take a moment to review our contributing guidelines b
911912
[discussion-url]: https://github.com/webpack/webpack/discussions
912913
[size]: https://packagephobia.now.sh/badge?p=sass-loader
913914
[size-url]: https://packagephobia.now.sh/result?p=sass-loader
915+
[discord-invite]: https://img.shields.io/discord/1180618526436888586?style=flat&logo=discord&logoColor=white&label=discord
916+
[discord-url]: https://discord.gg/ARKBCXBu

0 commit comments

Comments
 (0)