-
Recently I updated my distro which has resulted in the stylus becoming much less reliable on my system (Lenove Yoga X390).
It now takes much longer to register the start of a drawing sequence, and …
-
Hey!
This 'forum' is a great idea.
I've written a basic wrapper around Stylus so I can pipe Stylus code in and get CSS out:
https://github.com/socketstream/socketstream-0.4/blob/master/example_app/…
owenb updated
12 years ago
-
**Describe the bug**
If you use a stylus on a touchscreen laptop and write any letter with a vertical line or draw a freehand vertical line, and if the line is not perfectly vertical, then an artefac…
-
This is with "Huion New 1060 Plus" (`256c:006e`). (In fact mine is branded as Gaomon M160K but these should be equivalent.)
Just checked this with `evtest` on the pen device:
When I touch the p…
-
In iOS it is standard for the UI to ignore Apple Pencil input in navigation gestures, like swiping back, or in some cases (drawable canvases) scrolling.
I assume this would be potentially dependent…
-
I'm just experimenting trying to make my styles more concise:
```
style(selector)
context = {
selector: selector,
styles: ()
}
define('context', context, true)
pr…
-
Good day.
I've stumbled over runtime exception in `stylus-shell.js`.
NOTE: this issue reproduceable only in 5-10% developers workstations, but in 100% cases on this 5-10% workstations.
So, let's lo…
-
To follow https://github.com/stylus/stylus/issues/448
I have these files:
**file-stylus.styl**:
``` styl
.stylus-rule
color blue
```
**file-css.css**:
``` css
.css-rule {
color: re…
-
Hey there,
wanted to check out your plugin, so I installed it with Vundle, unfortunately after properly installing and starting a fresh vim session with `.stylus` files, no syntax highlighting was …
-
Some deps, most notably stylus, have issues with latest node versions.
In case of stylus, it seems to build fine at first and then break without making much noise. It just stops building.
One "…