Skip to content

Commit

Permalink
Update "How to Use Sass/SCSS" recipe (kriasoft#1282)
Browse files Browse the repository at this point in the history
  • Loading branch information
manojktechie authored and frenzzy committed May 26, 2017
1 parent 7415429 commit 1a20b32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/recipes/how-to-use-sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ const config = {
{
loader: 'postcss-loader',
options: {
config: './tools/postcss.sass.js',
config: {
path: './tools/postcss.sass.js',
},
},
},
{
Expand Down

0 comments on commit 1a20b32

Please sign in to comment.