Sergii Lavrin

Results 168 comments of Sergii Lavrin

Thanks! Though, I'm not sure about this PR. `₽` symbol is indeed an official RU currency symbol, but it isn't very popular in Russia right now. In most cases used...

Would be great to see this feature, since as for now `scss/dollar-variable-empty-line-before` indeed doesn't allow grouping in such style: ```scss code { $test: 'value'; $test2: 'value'; $otherVar: 'value'; $otherVar2: 'value';...

@jeddy3 is right, provided by him rule completely covers this case

> Why not delete it in the source html file, before you pass it to uncss? The most prominent issue with that — it isn't always possible. A lot of...

That would be really great

> Alternatively, I tried to provide the test page, which has proper HTML. However, looks like I use some script that is understood by modern browsers but not by jsdom,...

It's almost possible with something like that: ``` coffee sprintf(sprintf('Test with %s mixed %(value)s', 2), { value: 'positions' }) ``` Doesn't look pretty, but at least it could work without...

Why not to make it configurable? Just quick mockup ``` coffee sprintf.returnUndefined(true) # `sprintf('Two params needed 1:%s 2:%s', 'one')` -> `Two params needed 1:one 2:undefined` sprintf.returnUndefined(false) # `sprintf('Two params needed...

Same issue here. Tried multiple color emoji fonts, but they always result in black and white versions