Romain Menke

Results 782 comments of Romain Menke

Closing as we are not migrating this plugin

@devongovett Thank you for posting this here! Your alternative looks very promising and will try to work this out here as soon as possible :)

@devongovett Thank you for this! I always appreciate it so much when you come back here and share your learnings! >Using the dir attribute was also not quite right because...

That looks nice, and compression will make the overhead largely go away as it's always the same. https://developer.mozilla.org/en-US/docs/Web/CSS/:lang#browser_compatibility Didn't know that support for `:lang` was this good 🤔 Also makes...

Side note : I should send a patch to fix the specificity display in VSCode. In my last PR I didn't account for `:lang()` and I don't think it works...

We can raise the specificity of everything else by `[0, 1, 0]` with `:not(.something-unlikely-to-exist)`. It's messy but it works. _I initially started this PR to fix specificity issues with `[dir="..."]`...

Hi @nnn3d, Unfortunately there isn't much you can do at this time for this issue. The only way to really fix this plugin is with breaking changes and that means...

I like all of this! I would not have thought of giving each it's own file but I prefer this over the big fat files we had before. _This was...

Can confirm this issue but I do not see a way to fix this in the current code as I am unable to find the root cause. It might take...

Caused by incorrect execution order between different plugins. To resolve : - [ ] update all plugins so they do not use `Once`. - [ ] collect exports only in...