Roman Komarov

Results 184 issues of 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...

🐛 bug

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...

article

There are a lot of places where you could use interpolations in different preprocessors, it would be a nice thing to compare and document.

article

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...

article

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?

article

If would be ideal if it would be possible to redefine tag metadata as any other setting.

enhancement

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...

enhancement

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...