Skip to content

Commit

Permalink
include rel="stylesheet" in css link
Browse files Browse the repository at this point in the history
Appears to be necessary for this to work.
  • Loading branch information
ajschumacher committed Oct 12, 2014
1 parent 44efe8f commit d03308c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Some CSS classes to move your DOM!

<h3>How to use</h3>
<p>
Just include the CSS file <pre>&lt;link type="text/css" href="csshake.css"&gt;</pre>
Just include the CSS file <pre>&lt;link rel="stylesheet" type="text/css" href="csshake.css"&gt;</pre>
and call the diffetent classes on the DOM element you want to shake...
<pre>&lt;div class="shake"&gt;&lt;/div&gt;</pre>
<pre>&lt;div class="shake shake-hard"&gt;&lt;/div&gt;</pre>
Expand Down

0 comments on commit d03308c

Please sign in to comment.