Joan León

Results 34 comments of Joan León
trafficstars

> Of course, this repo is awesome. I remember when you just created it. Hope it keeps growing. I've had the other open issue for awhile which I think would...

I agree with @vitaliy-bobrov The Material Design Theming Guide has custom properties with naming `--mdc-theme-primary`, can you see **Step 4: Changing the theme with CSS Custom Properties** at https://material.io/develop/web/docs/theming/ And...

I can help with the refactor too 😊

Hi @tomByrer, thank you for you feedback. I'm agree about the JPEG XL support, I'm a early adopter 😅 About the AVIF image format, your examples are of screenshots, AVIF...

Exactly, what I want is to be able to obtain the computed color of currentColor, since it would be the inherited color. I do not want to have to force...

Thanks a lot @AmeliaBR, for the extended explanation and for the great example 😊 You're breathtaking 🤘🏼

This line: ```js .filter((entry) => !entry.interactionId)) { ``` It's the same that this line: ```js if (!entry.interactionId) continue; ```