Skip to content

Commit

Permalink
Update stylis plugin docs url (#3156)
Browse files Browse the repository at this point in the history
  • Loading branch information
aszx87410 committed Jul 27, 2020
1 parent 07fd5ca commit 99c735c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styled-components/src/utils/stylis.js
Expand Up @@ -66,7 +66,7 @@ export default function createStylisInstance({
* The second ampersand should be a reference to the static component class. stylis
* has no knowledge of static class so we have to intelligently replace the base selector.
*
* https://github.com/thysultan/stylis.js#plugins <- more info about the context phase values
* https://github.com/thysultan/stylis.js/tree/v3.5.4#plugins <- more info about the context phase values
* "2" means this plugin is taking effect at the very end after all other processing is complete
*/
const selfReferenceReplacementPlugin = (context, _, selectors) => {
Expand Down

0 comments on commit 99c735c

Please sign in to comment.