Alexej Yaroshevich

Results 192 comments of Alexej Yaroshevich

I think it's fully compatible with % binary operator: - after binary `%` must be an expression - after unary `%` can be an operator or nothing

Titosemi, probably you need to upgrade chromephp on server and client. Im not sure in it but try to do it.

If problem still exist after upgrading - just try to patch chromephp server-side library as I described above.

Hm... I'd say into: ``` css @font-face { font-family: 'Yandex Sans Text Web'; font-weight: 300; src: url(Yandex-Sans-Text-Web-Bold.woff2) format('woff2'); } ``` What you suggest is not the same for browsers. Upd:...

@a-x- CSSO should not modify your css, it should optimize it.

https://github.com/enb-make/enb/blob/0c2b94874a417ebe34a8636c5188b24311d92d28/lib/server/server.js#L173 — here we need to add `.catch`

@mathiasbynens Nice list ;-) I've used this doc http://www.ecma-international.org/publications/files/ECMA-ST-ARCH/ECMA-262,%203rd%20edition,%20December%201999.pdf sections 7.5.2, 7.5.3