Andre
Andre
@LinusBorg I think what he is trying to do is to teleport multiple elements to the same target, as it is possible with Vue3's teleport feature: https://v3.vuejs.org/guide/teleport.html#using-multiple-teleports-on-the-same-target I have also...
actually found out that this is possible by setting `multiple` key: ```html ```
An alternative could be to use [this storybook addon](https://storybook.js.org/addons/storybook-addon-pseudo-states). It allows you to imitate pseudo states like hover in your stories, using parameters. Then you could just add stories for...
Hey, you could do [this](https://github.com/oblador/loki/issues/76) to generate a HTML report, which does include side by side comparisons 😄
I can reproduce this issue when having a project with `runner: 'jest-runner-eslint'`. As soon as I remove that project, the test name filter works again.
I had the same issue, this response fixed it: https://github.com/michalsnik/aos/issues/135#issuecomment-290919122 The issue was images loading after aos had been initialized, which was increasing the height of the document. Also, aos...
Hey! What is the current status of this, or is there a workaround? 😃 We disabled most orderings for now, because we found it more confusing than helpful if the...
I would love to see the possibility to derive different tokens from the same source! For example `color-red` would lead to `color-red` (hex) and `color-red-rgb` (rgb). `color-red-rgb` can then be...
> Web application to modify/export style dictionaries Making it easy for non-developers to do edits would be a really big one. Right now the technical threshold can make design tokens...
This would be great. Right now, approval happens by approving the pull request. Github however doesn't allow one to approve their own pull requests, so this feature can not really...