Skip to content

Commit 9e9ba5c

Browse files
authored
Fix gif link
1 parent 5869a74 commit 9e9ba5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
> [PostCSS] plugin that allows to use the `:click` pseudo class and implement it in JavaScript.
1010
1111
<p align="center">
12-
<img src="http://ci.memecdn.com/103/8066103.gif" alt="Magic!">
12+
<img src="https://media.giphy.com/media/12NUbkX6p4xOO4/giphy.gif" alt="Magic!">
1313
</p>
1414

1515
With this plugin you can define in your stylesheet the behavior of an element when it is clicked. Using the `:click` pseudo class (like `:hover`) you will get a generated JavaScript file after processing the CSS with PostCSS.

0 commit comments

Comments
 (0)