Skip to content

Commit

Permalink
Merge pull request #10124 from kaelig/patch-1
Browse files Browse the repository at this point in the history
docs(webpack config): Fix spelling and url for Sass
  • Loading branch information
shilman committed Mar 14, 2020
1 parent 21099ac commit f04cccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ The console should log the entire config, for you to inspect.

The value should export a `function`, it's first argument, is the config that storybook would use, if you were to not customize it. The second argument is an options object from storybook, this will have information about where config came from, whether we're in production of development mode etc.

For example, here's a `.storybook/main.js` to add [SASS](http://sass-lang.com/) support:
For example, here's a `.storybook/main.js` to add [Sass](https://sass-lang.com/) support:
```js
const path = require('path');
Expand Down

0 comments on commit f04cccf

Please sign in to comment.