Skip to content

Commit

Permalink
[docs] Fix broken link to jss-nested plugin (#19837)
Browse files Browse the repository at this point in the history
  • Loading branch information
Izhaki authored Feb 24, 2020
1 parent 8d0a7e1 commit 7139c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/customization/components/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ It implements all these custom pseudo-classes:

### Use `$ruleName` to reference a local rule within the same style sheet

The [jss-nested](https://github.com/cssinjs/jss-nested) plugin (available by default) can make the process of increasing specificity easier.
The [jss-nested](https://github.com/cssinjs/jss/tree/master/packages/jss-plugin-nested) plugin (available by default) can make the process of increasing specificity easier.

```js
const styles = {
Expand Down

0 comments on commit 7139c42

Please sign in to comment.