Skip to content

Commit

Permalink
Added Atom package to the static site
Browse files Browse the repository at this point in the history
  • Loading branch information
Anantachai Saothong (Manta) committed May 3, 2017
1 parent 118416e commit 1e0a086
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Binary file added docs/atom-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,13 @@
<figcaption>npm module</figcaption>
</a>
<a href="#vscode">
<img id="vscode-logo" src="vscode-logo.png">
<img src="vscode-logo.png">
<figcaption>Visual Studio Code extension</figcaption>
</a>
<a href="#atom">
<img src="atom-logo.png">
<figcaption>Atom package</figcaption>
</a>
</div>

<p>Back in the days, there was <a href="https://www.npmjs.com/package/stylint" target="_blank">Stylint</a>, which it helped enforcing writing rules for Stylus language, but it did not provide auto-fix capabilities. Because of that, Stylus users needed to fix those linting errors manually, which it was a time-consuming process. And also, even Stylus language has been developed for years, it lacked of a decent formatter/beautifier tool. Hence, <b>Stylus Supremacy</b> was born.</p>
Expand Down Expand Up @@ -397,9 +401,9 @@ <h1>Atom package</h1>

<img src="atom.gif">

<p>Once you have this package installed on your Atom, you can simply open a Stylus file, right click on the document editing space, then choose <mark class="nobr">Format Stylus</mark> command, or press Control+Shift+P on your keyboard and run "Fix File" command.</p>
<p>Once you have this package installed on your Atom, you can simply open a Stylus file, right click on the document editing space, then choose <mark class="nobr">Format Stylus</mark> command, or press Control+Shift+P on your keyboard and run "Format Stylus" command.</p>

<p>Currently, this package only supports reading rules from <mark class="alt">.stylintrc</mark> file and in-package <mark>Fix on Save</mark> setting.</p>
<p>Currently, this package only supports reading rules from <mark class="alt">.stylintrc</mark> file and in-package <mark>Format on Save</mark> setting.</p>
</article>
</main>
</body>
Expand Down

0 comments on commit 1e0a086

Please sign in to comment.