Žiga Šebenik

Results 3 issues of Žiga Šebenik

### Blueprint name philips_929002398602 ### Description Is it possible to add the following events that are currently missing in the blueprint: ``` on_press_release off_press_release down_press_release up_press_release ``` Blueprint currently only...

enhancement
blueprint

Input: ```less .nested-class(4); .nested-class(@n, @i: 1) when (@i =< @n) { .class { .nested-class(@n, (@i + 1)); width: (@i * 100% / @n); } } ``` Expected output: ```css .class...

Currently plugin only displays 1 result per page which is not very useful if you are searching for something that's repeated many times on single page. To make it usable,...