Skip to content

Commit

Permalink
Fix a typo in the gatsby-plugin-less README (#3815)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniman authored and fk committed Feb 2, 2018
1 parent 614cc6c commit 7fa2313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-less/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Adds the ability to load and parse Less-flavored CSS.
Add the plugin to your `gatsby-config.js`.

```javascript
plugins: [`gatsby-plugin-plugin-less`];
plugins: [`gatsby-plugin-less`];
```

By default this plugin will compile `*.less` and `*.module.less` files. The plugin can also be used with `modifyVars` as it is explained [here](http://lesscss.org/usage/). By defining a javascript object you can overwrite less-variables. This can be useful when using a component library like [antd](https://ant.design/docs/react/introduce).
Expand Down

0 comments on commit 7fa2313

Please sign in to comment.