Roman Komarov
Roman Komarov
## Bug description **Interactive** tooltips with **arrows** stay visible when moving between multiple instances while hovering the arrows if the content is too narrow (in our case it is something...
In Webkit & Blink, if we have something like ``` CSS .grid { repeat(auto-fill, minmax(64px, 1fr) minmax(64px, 1fr)); grid-gap: 1em; } ``` Or: `repeat()` with an `auto-fill`/`auto-fit`, multiple `minmax()` and...
As we just had shipped support for source maps to Stylus 0.48.0, it would be cool to do a comparison between Sass, Less and Stylus. I guess that can be...
There are a lot of places where you could use interpolations in different preprocessors, it would be a nice thing to compare and document.
There are a lot of things you could do with objects/hashes/maps, at least Stylus and Sass have them: http://sass-lang.com/documentation/file.SASS_REFERENCE.html#maps aтd http://learnboost.github.io/stylus/docs/hashes.html There are a lot of nuances in working with...
At least Stylus allows you to iterate through objects, I wonder if Sass allows this for the maps as well? And are there objects in Less at all?
If would be ideal if it would be possible to redefine tag metadata as any other setting.
In 1.0 there'd be an option to allow nested elements anywhere (#20), however it would set the block-like scope to the whole context. In cases when we'd need only one...
There can be a lot of things that can be used from templates like html5bones.
Is it possible to add a way to declare templates based on block/elements' names and modifiers? Jade already have a way to call mixins using an interpolation: ``` jade +#{'b'}.block...