mcjazzyfunky
mcjazzyfunky
Wouldn't it be a nice and useful feature if `superfine` supported `ref` pseudo properties like [React](https://reactjs.org/docs/refs-and-the-dom.html), Preact, Dyo, uhtml etc. do? ```js const elemRef = { current: null } //...
@jorgebucaran Could you please review?
Wouldn't it be great to implement custom elements in a "crankish" 😄 way? This is a discussion thread to gather all ideas to be found about the question how to...
This is just to open a discussion about the question whether Dyo should really continue to support generator function components and generators (aka. iterators) as children in general. For this...
As already mentioned a couple of weeks ago in some other issue's comment section, the following former design tokens have been removed for new theme concept: ``` --sl-color-primary-text --sl-color-success-text --sl-color-info-text...
It seems there's a problem with the webkit prefixes (leading "-"). I think it should be ```-webkit-transform```, not ```webkit-transform```. The following code shows the issue: ``` const cssstyle = require('cssstyle'),...
### What problem does this feature solve? Currently if you want to use refs to elements (DOM elements or Vue components - see attribute/prop "ref") you have to provide a...