-
(Original issue 936 created by krebo on 2013-12-10T04:05:57.644389+00:00)
Would be great to have support for the [Stylus](https://github.com/LearnBoost/stylus) preprocessor in Pygments.
The docs a…
-
check if all entities found in stylus tech are present in deps.js
blond updated
8 years ago
-
When I navigate to the end of a line in a Stylus file, and try to make a new section inside it, pressing `TAB` just indents to my tab-width; it never indents to the correct position.
-
Color Picker support for Stylus.
This would be `onDocumentColor` for Stylus, similar to https://github.com/Microsoft/vscode-css-languageservice/blob/47e6f7e4d09de7142f5275658037eda39008b661/src/ser…
-
I received a request to either:
- Automatically disable stylelint when we detect Stylus language is being used
- Add yet another linter - https://github.com/SimenB/stylint
-
I'm getting the following error when using live_stylus
`
Traceback (most recent call last):
File "app.py", line 3, in
from live_stylus import ConvStylus
File "/home/rjarrard/projects/roryj-fl…
-
Originally reported by: wangp
Original Ticket: [alleg/bugs/264](https://sourceforge.net/p/alleg/bugs/264)
Gestures, pressure & tilt, multitouch, ... all pose questions for the design of the "mouse" …
-
Now we have [hashes](http://learnboost.github.io/stylus/docs/hashes.html) and it seems obvious that we need a support or proper arrays.
Stylus already have _lists_, but they’re not the best fit for t…
-
We currently use the following settings:
```
compress: true
'include css': true
```
This was added long ago, and trying to find out what other settings are available or what those settings do, is ne…
-
Stylus rounds toward zero, i.e.
round(0.5px) --> 1px
round(-0.5px) --> 0px
Which is asymmetrical rounding, introducing a bias. Please update Stylus to round away from zero, i.e.
round(0.5px) --> 1p…