Navigation Menu

Skip to content

Commit

Permalink
Update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Rawlings committed May 10, 2017
1 parent fa099b3 commit 2750316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
# Change Log
## [Unreleased]
* Added support for `@import` rules in resource files [#34](https://github.com/shakacode/sass-resources-loader/pull/34) by [coditect](https://github.com/coditect)

## [1.1.0]
#### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -68,7 +68,7 @@ $section-width: 700px;

**NB!**
* Do not include anything that will be actually rendered in CSS, because it will be added to every imported SASS file.
* Do not use SASS `@import` inside resources files. Add imported files directly in `sassResources` array in webpack config instead.
* Avoid using SASS `@import` rules inside resources files. Add imported files directly in `sassResources` array in webpack config instead.

Apply loader in webpack config (`v1.x.x` & `v2.x.x` are supported) and provide path to the file with resources:

Expand Down

0 comments on commit 2750316

Please sign in to comment.