Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
To keep up with the latest state in development on node-sass and libsass
  • Loading branch information
jhnns committed Oct 9, 2014
1 parent 2105e55 commit b8731a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Then you only need to write: `require("./file.scss")`. See [`node-sass`](https:/

## Caveats

The sass-loader does not currently follow all of the webpack loader guidelines. Specifically, until the [mark and resolve dependencies](https://github.com/jtangelder/sass-loader/issues/2) feature is added, webpack will not resolve your `@import` statements for you or watch and reload when a SASS dependency changes. You can use a third party watch module to handle at least the reloading aspect for the time being.
Currently the sass-loader does not follow all of the webpack loader guidelines. The general problem is that the entry scss-file is passed to [node-sass](https://github.com/sass/node-sass) which does pretty much the rest. Thus `@import` statements inside your scss-files cannot be resolved by webpack's resolver. However, there is an [issue for that missing feature in libsass](https://github.com/sass/libsass/issues/21).

## License

Expand Down

0 comments on commit b8731a2

Please sign in to comment.