From 118416ef5c2c4a251df79b6bfb103529a29b686b Mon Sep 17 00:00:00 2001 From: "Anantachai Saothong (Manta)" Date: Tue, 2 May 2017 22:52:48 +0700 Subject: [PATCH] Added Atom package to the static site --- docs/index.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 9587d27..679afb7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -21,6 +21,7 @@ Formatting options Stylint compatibility Visual Studio Code extension + Atom package Release notes Issues @@ -375,7 +376,7 @@

Stylint compatibility

Visual Studio Code extension

-

Currently, Stylus Supremacy is only available in Visual Studio Code as an extension. To install the extension, follow the instruction video below.

+

Stylus Supremacy is available in Visual Studio Code as an extension. To install the extension, follow the instruction video below.

@@ -389,6 +390,17 @@

Visual Studio Code extension

In case you are using Stylint as a Stylus linter, the extension automatically searches for .stylintrc file starting from the current active file directory up to the root working directory, and merges it with the Visual Studio Code settings. The settings in Visual Studio Code will be used as a base, and overridden by .stylintrc file. Please see Stylint compatibility section for the rule conversion.

+
+

Atom package

+ +

Thanks to dekdekbaloo, Stylus Supremacy is now available as an Atom package. To install the package, follow the instruction video below.

+ + + +

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 Format Stylus command, or press Control+Shift+P on your keyboard and run "Fix File" command.

+ +

Currently, this package only supports reading rules from .stylintrc file and in-package Fix on Save setting.

+
\ No newline at end of file