Stylus
Stylus copied to clipboard
Stylus Package for Sublime Text 2 / 3
I record the follow settings in the sublime project: "settings": { "Stylus": { "compress": true, "compileOnSave": true, "useAutoPrefixer": false, "compileDir": "../css", "relativeDir": "/styl", "compilePaths": { "/styl": "../css", }, "compilePaths": true...
When setting element properties using CSS3 variables, the line is not highlighted properly unless a colon is used.
I have at settings user compileOnSave: true but dont compile on save. How can I verify?
Can you add support for source maps ?
https://github.com/gruntjs/grunt-contrib-stylus/issues/118 As the link states, grunt-stylus recently added support for sourcemaps. So, please add option to generate sourcemaps to sublime.settings, as it would make lives easier.
In the past I installed `stylus` globally, but now I try to put `eslint`, etc. into my project dependencies. I installed `stylus` locally, but seems it can't find the executible....
Thanks for this plugin, I'm windows 10 users, and would like automatically compyle using nib: there's some specific flag, or this option isn't taken into account? More generally: there's a...
I'm trying to track down the source of this bug, starting here. It's super annoying, and I can't find a setting to turn it off.
Met url problem when I try to import some css modules like iconic. Found that [by default Stylus doesn’t resolve the urls in imported .styl files](https://learnboost.github.io/stylus/docs/import.html) Hope `Stylus` can do...