You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+40-1Lines changed: 40 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ SASS plugin for [gulp](https://github.com/wearefractal/gulp).
9
9
npm install gulp-sass
10
10
```
11
11
12
-
#Usage
12
+
#Basic Usage
13
13
14
14
Something like this:
15
15
@@ -26,3 +26,42 @@ gulp.task('sass', function () {
26
26
27
27
Options passed as a hash into ```sass()``` will be passed along to [```node-sass```](https://github.com/andrew/node-sass)
28
28
29
+
#Imports and Partials
30
+
31
+
If you want to use imports or partials templates, you'll need to pass the ```includePaths``` option along to node-sass. So if you have files like this:
0 commit comments