Skip to content

Commit d7b9080

Browse files
Mickey ReissKyleAMathews
authored andcommitted
Add name of file above code snippet (#3835)
1 parent 7588004 commit d7b9080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/add-custom-webpack-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ e.g. [Sass](/packages/gatsby-plugin-sass/),
3939

4040
## Example
4141

42-
Here is an example adding support for **flexboxgrid** when processing css files.
42+
Here is an example that configures **flexboxgrid** when processing css files. Add this in `gatsby-node.js`:
4343

4444
```js
4545
exports.modifyWebpackConfig = ({ config, stage }) => {

0 commit comments

Comments
 (0)