From e6ad431a0bda9b535c43f9431063b7762061a723 Mon Sep 17 00:00:00 2001 From: "Anantachai Saothong (Manta)" Date: Fri, 2 Feb 2018 23:22:10 +0700 Subject: [PATCH] Amended the static site --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 162dd17..172da9d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -98,7 +98,7 @@

Command-line usage

Now, you can run stylus-supremacy command followed by a path to your Stylus file. Normally, the formatted Stylus content will be printed to the output stream (console/terminal).

stylus-supremacy format ./path/to/your/file.styl -

In case you want to format many files at a time, you can specify multiple paths, or pass the path in glob pattern.

+

In case you want to format many files at a time, you can specify multiple paths, or pass the path in Glob pattern.

stylus-supremacy format ./**/*.styl

The default formatting options will be used, unless you specify your own options explicitly using --options or -p.