Vlad Shcherbin
Vlad Shcherbin
@rondonjon what do you suggest for this case?
@sgtpep thanks for an idea. Trying to find a package which extracts classes to a .css file, leaves object with classes in .js file and can be used with rollup...
The flow I search is this: ```js const styles = css` .root { color: red; } ` const b = styles.root ``` Which replaces code above in js file into...
Still works very bad when scrolling in Chrome, especially backwards.
Here is how it looks in my Chrome, forward scroll is ok, but backward scroll messes all up. Issue gif 
I can send a PR, just need a confirmation and what to do, make it customizable or remove.
@aprixodko в планах была новая версия сайта, но у её главного разработчика сейчас вряд ли есть время на неё, так что скорее всего нет.
@aprixodko так оно и есть, но все как-то были настроены на то, что баги пофиксятся в новой версии и старую оставили как есть, она уже 4 года без практически каких-либо...
После танцев с бубном с настройкой, кажется я знаю, как это решить: 1) убрать https://github.com/LaravelRUS/laravel.ru/blob/develop/composer.json#L11 2) обновить только https://github.com/LaravelRUS/laravel.ru/blob/develop/composer.json#L21 В новой версии пакета (2) используется обновлённый `parsedown` (1), в котором...