Volker E.
Volker E.
Would you be interested in a pull request implementing [WordPress PHP Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/) in the plugin? I'd prepare one, if so…
### Describe the bug Hey, Volker E. from Wikimedia Foundation here. We're gladly using VitePress in our new [Codex](https://github.com/wikimedia/design-codex/) [component demos](https://doc.wikimedia.org/codex/main/). Using absolute `px` value units instead of relative CSS...
After #2 has been fixed more than 2.5 years ago and Android 2.3 shouldn't be of any concern any more, I wonder if `text-rendering: optimizeLegibility` shouldn't be the included for...
The wiki states > Unqualified attribute selectors, such as `[type=text]`, match all elements first and then check their attributes. This means unqualified attribute selectors have the same performance characteristics as...
See f.e. http://blog.paciellogroup.com/2013/02/using-wai-aria-landmarks-2013/
I'd also suggest to enhance the LESS files by adopting the code styles of https://github.com/necolas/idiomatic-css for styling
Hi, we're happily using the plugin at Wikimedia Foundation. Thanks for your work! Weirdly a few relatively unsupported CSS properties aren't caught. E.g. `content-visibility: auto;` with ``` [ "Last 3...
## Background Wikimedia Foundation's [Design Systems Team](https://www.mediawiki.org/wiki/Design_Systems_Team) has worked over the course of last two years to bring the learnings from all former user-interfaces and provide architecturally-sound solutions to gaps....
jquery.dotdotdot accounts for 7 kb of minified JS in `wp-tiles.min.js`. How about using something more lightweight for this functionality like [Succinct](https://github.com/micjamking/Succinct) with size of 0.6 kb minified.
It'd be great if WP Tiles would support an optional custom Block Class and/or [BEM notation](http://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/) support. It has proven to give advantage in orientating in large code bases more...