Даниил Пронин

Results 160 comments of Даниил Пронин

I use `vue-drag-select` like [this gist](https://gist.github.com/Grawl/25885cabfb31d88f39549de1d331762e) and `import` it using Rollup: ```js import dragSelect from './vendor/vue-drag-select' const app = new Vue({ el: '#hallApp', components: { 'drag-select-container': dragSelect } }) ```...

Why you think it's a bad idea? In that case, performance is due to library user, not on a library itself. You requires CSS class name for child elements, and...

I just figured out that inverted icon **is applied** but not rendered at all on dark menubar. Until I clicked on place where it should be.

![pawnee dark menubar icon bug](https://media.giphy.com/media/xT0xeAeK4cR0Xl3uSs/giphy.gif)

okay I got that

just used [Endexyz Mobs](https://www.planetminecraft.com/texture-pack/endexyz-mobs/) models with this mod, thank you for your work!

for anyone who want to use it now, there is [a fork managed to run on 1.19](https://github.com/naturecodevoid/ModManager-1.19), and it works! but there is no ready-to-go built `.jar` file, so we...

This can be useful: https://github.com/postcss/postcss-dark-theme-class

yep, using `prefers-color-scheme` is the easiest way to implement it because it's __native__