Skip to content

Commit

Permalink
Mention cssbeautify package for Node.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariya Hidayat committed Nov 8, 2012
1 parent 52114cf commit 8863c7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.html
Expand Up @@ -23,6 +23,8 @@ <h1>CSS Beautify <small>automatically formats your style to be consistent and ea
<li>Comments are preserved</li>
</ul>

<p>For a command-line use, install Node.js <a href="https://npmjs.org/package/cssbeautify">cssbeautify package</a>.</p>

<div class="raw">
<h3>Type any unformatted CSS:</h3>
<textarea id="raw" rows="22" autofocus="autofocus" spellcheck="false" onChange='format()' onKeyDown='format()'>menu{color:red} navigation{background-color:#333 /* darkgrey */}</textarea>
Expand Down

0 comments on commit 8863c7b

Please sign in to comment.