Ryan Johnson
Ryan Johnson
There are a handful of use cases where it'd be useful to register a custom pseudo-class for simplification or even extension of CSS capabilities. ## Use Cases ### `:visible` Target...
Any plans to support vim 8 packages? (`:help packages`)
 This is because of the usage of `!important` for the disabled styles to counteract a CSS change introduced via an update in CSS load...
I'd like to use this issue to keep track of stuff I wish I could do with the templating logic. Ideally, I wish I could use an established templating language...
There are several useful console functions available that I'm unable to use when developing a plugin, because the TypeScript interface is too limited. - [`assert()`](https://developer.mozilla.org/en-US/docs/Web/API/console/assert_static) - [`count()`](https://developer.mozilla.org/en-US/docs/Web/API/console/count_static) - [`countReset()`](https://developer.mozilla.org/en-US/docs/Web/API/console/countReset_static) -...
### Before starting - [x] I have searched [existing issues](https://github.com/design-tokens/community-group/issues) and there is not already an open issue on the subject. ### Summary I propose extending the duration token type...
MaterialThemeAddon seems to be breaking interactive styling of widgets like ListTile (hover and pressed styles aren't applied). The only way I'm able to correct this is to apply a custom...
There's no way to configure an "OrNull" knob to have a non-null `initialValue` and initially resolve its value to null. ## Example: stringOrNull ### Current ```dart String? counterText = context.knobs.stringOrNull(...