Skip to content

Commit 1e6cd4d

Browse files
simon04michael-ciniawsky
authored andcommitted
docs(README): extended summary, standardize header (#444)
1 parent 266ae5c commit 1e6cd4d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@
88
[![chat][chat]][chat-url]
99

1010
<div align="center">
11-
<img height="100" src="https://worldvectorlogo.com/logos/sass-1.svg">
12-
<a href="https://github.com/webpack/webpack"><img height="100" src="https://github.com/webpack/media/raw/master/logo/logo-on-white-bg.png?raw=true"></a>
11+
<img height="100"
12+
src="https://worldvectorlogo.com/logos/sass-1.svg">
13+
<a href="https://github.com/webpack/webpack">
14+
<img width="200" height="200"
15+
src="https://webpack.js.org/assets/icon-square-big.svg">
16+
</a>
17+
<h1>SASS Loader</h1>
18+
<p>Loads a SASS/SCSS file and and compiles it to CSS.</p>
1319
</div>
1420

15-
<h1 align="center">sass-loader</h1>
16-
<p align="center">
17-
Compiles Sass to CSS.
18-
</p>
19-
2021
Use the [css-loader](https://github.com/webpack-contrib/css-loader) or the [raw-loader](https://github.com/webpack-contrib/raw-loader) to turn it into a JS module and the [ExtractTextPlugin](https://github.com/webpack-contrib/extract-text-webpack-plugin) to extract it into a separate file.
2122
Looking for the webpack 1 loader? Check out the [archive/webpack-1 branch](https://github.com/webpack-contrib/sass-loader/tree/archive/webpack-1).
2223

0 commit comments

Comments
 (0)