Stylus
Stylus Package for Sublime Text 2 / 3
Details
Installs
- Total 158K
- Win 78K
- Mac 53K
- Linux 26K
Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 1 | 0 | 1 | 0 | 2 | 0 | 1 | 2 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 4 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | 2 | 0 | 1 | 2 | 2 | 0 | 0 | 2 | 0 | 1 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 2 | 1 | 1 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Stylus Package for Sublime Text 2/3
Includes build system and syntax highlighting for stylus CSS preprocessor.
Notice to existing users
In order to provide better integration with Emmet and Hayaku packages that allow dynamic expansion of CSS properties, snippets that were previously a part of this package are now distrubited separately as new package called Sublime-Snippets (available via Package Control).
Requirements
In order for build system to work you will need stylus installed via npm and available in your PATH
.
Install
The easiest way to install this is with Package Control.
- Bring up the Command Palette (Command+Shift+p on OS X, Control+Shift+p on Linux/Windows).
- Select “Package Control: Install Package” (it'll take a few seconds)
- Select Stylus when the list appears.
Package Control will automatically keep the package up to date with the latest version.
Settings
Go to Preferences > Package Settings > Stylus > Settings - User
to change settings.
You can set paths to the stylus binary, and other plugin settings including compileOnSave
which is off by default, compress
and output paths.
Full details in the comments in Preferences > Package Settings > Stylus > Settings - Default
Project settings
Go to Project > Edit Project
to change project settings.
{
"folders":
[
...
],
"settings":
{
"Stylus":
{
"compress": false,
"compileOnSave": true,
"compileDir": "out"
}
}
}
Issues & Feature Requests
Please use GitHub Issue Tracker to report any bugs and make feature requests.
Maintainers
Thanks
- Logan Howlett The compileOnSave, Python script and settings file have been forked from aponxi
Development
If you want to help developing this package you will need grunt installed to be able to recompile language definition from .yml
source by navigating to a folder contain this package in terminal and typing:
grunt watch
Licensing
Licensed under permissive MIT-style license.