Skip to content

Commit 1671462

Browse files
committed
Merge pull request #62 from sturobson/master
Replaces SASS with Sass
2 parents 1438eef + 73bb9d6 commit 1671462

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# sass loader for [webpack](http://webpack.github.io/)
1+
# Sass loader for [webpack](http://webpack.github.io/)
22

33
## Install
44

@@ -40,9 +40,9 @@ module.exports = {
4040

4141
Then you only need to write: `require("./file.scss")`.
4242

43-
### SASS options
43+
### Sass options
4444

45-
You can pass any SASS specific configuration options through to the render function via [query parameters](http://webpack.github.io/docs/using-loaders.html#query-parameters).
45+
You can pass any Sass specific configuration options through to the render function via [query parameters](http://webpack.github.io/docs/using-loaders.html#query-parameters).
4646

4747
``` javascript
4848
module.exports = {
@@ -113,7 +113,7 @@ module.exports = {
113113
};
114114
```
115115

116-
If you want to view the original SASS files inside Chrome and even edit it, [there's a good blog post](https://medium.com/@toolmantim/getting-started-with-css-sourcemaps-and-in-browser-sass-editing-b4daab987fb0). Checkout [test/sourceMap](https://github.com/jtangelder/sass-loader/tree/master/test) for a running example. Make sure to serve the content with an HTTP server.
116+
If you want to view the original Sass files inside Chrome and even edit it, [there's a good blog post](https://medium.com/@toolmantim/getting-started-with-css-sourcemaps-and-in-browser-sass-editing-b4daab987fb0). Checkout [test/sourceMap](https://github.com/jtangelder/sass-loader/tree/master/test) for a running example. Make sure to serve the content with an HTTP server.
117117

118118

119119
## Caveats

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sass-loader",
33
"version": "0.5.0",
4-
"description": "SASS loader for Webpack",
4+
"description": "Sass loader for Webpack",
55
"main": "index.js",
66
"scripts": {
77
"pretest": "node test/prepare.js",

0 commit comments

Comments
 (0)