Skip to content

Commit

Permalink
note on #55
Browse files Browse the repository at this point in the history
  • Loading branch information
threepointone committed Oct 18, 2016
1 parent 0c79521 commit 34776b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ import { plugins } from 'glamor'
plugins.add(anyLink)
```

NB: plugins are executed in the *opposite* order of insertion. So, if you've added `a` and `b`, `b` will get called before `a` ([#55](/~https://github.com/threepointone/glamor/issues/55))


You can remove it with -
```jsx
plugins.remove(anyLink)
Expand Down

0 comments on commit 34776b6

Please sign in to comment.