- Open Sublime Text (I used v3)
- Go to menu Tools / Build System / New Build System
- Paste this
{
“cmd”: “stylus $file_name”,
“working_dir”: “$file_path”
}
- Save it as my-Stylus.sublime-build
- Done
Now you can open a test.stylus, with content
b
color blue
Press Ctrl B, then you have test.css with b {color: #00f;}