sigveio
sigveio
Hi @danifornells, This issue tracker is meant for reporting bugs or submitting proposals for new features. Here are a few useful resources if you have questions or need help: -...
Hey @3gwebtrain! Jest should normally run very fast, so 25 seconds for one skipped test is not normal. But there can be a number of reasons to why this is...
Hi @MrPupik, For questions and getting help, please check out the following resources: - [The Jest help page](https://jestjs.io/help) - [Our `#testing` channel in Reactiflux](https://discord.gg/j6FKKQQrW9) - The [jestjs](https://stackoverflow.com/questions/tagged/jestjs) tag on [StackOverflow](https://stackoverflow.com/questions/ask)...
Hey @ishowman! Do you mean to get notified when the JSON is updated? At the moment, I think the only way to reliably do this is to create a script...
Going over the spec for this again, I noticed that some of the other JSON properties for these two could also use updating. So I'm marking it as a WIP...
When using the 3 x backtick style (```) code fence, I'm getting the same problem without any extra spaces being involved. In my case it appears to happen when there...
Hey @gheydon! Thanks for your report. I can confirm that this appear to be a bug - it's tripping up on the `var()` inside a `rgba()` by the looks of...
> I just checked and tailwindcss uses this a lot, Here is an example the border-white utility class which uses this paradym. > > ``` > .border-white{ > --tw-border-opacity: 1;...
Within the same rule one could perhaps explode the shorthand into their respective longhands and then merge for an even shorter result of `margin-block: 6px 4px` ``` margin-block: 8px 4px...
Indeed - good point! 👍