stylus-chokidar_homebrew

A homebrew fork of stylus CLI to add recursion for paths resolution and chokidar as files watcher.

Usage no npm install needed!

<script type="module">
  import stylusChokidarHomebrew from 'https://cdn.skypack.dev/stylus-chokidar_homebrew';
</script>

README

stylus-chokidar

Just slightly modified stylus CLI, that builds files list recursively and watches them with chokidar (if --watch provided).

Recursion are always enabled, glob patterns not supported.

Usage

The same as the stylus CLI.

example:

stylus-chokidar -w src/

Contributing

Feel free.