Joseph Saab

Results 24 comments of Joseph Saab

Pretty sure you need ```css p { & strong { line-height: 1.2; } } ``` The other is invalid. I think a good rule of thumb is every must start...

Nested media rules are not working correctly. These two examples should be equivalent but only the last one works. ```css a { &::after { @media (prefers-reduced-motion: reduce) { opacity: 0;...

@Dan503 It looks like that was included in the pull request https://github.com/sveltejs/svelte/pull/9549#issue-2001257949 which was merged in this pr https://github.com/sveltejs/svelte/pull/10491#issue-2137771558

+1 I also have this issue

I love to see support for other color formats, particularly oklch colors. Support just came to chrome with 111 and safari has supported it for a while. I understand if...

+1 I'd love this as well!

I think the readme is incorrect. Try posting to `http://127.0.0.1:8000/batch`

I'm experiencing problems as well. I'm adding an underline to a link with ::after and adjusting it on hover. I was originally experiencing rendering errors which I fixed by adding...

Thanks! Here's the codepen if you're interested. I'm using css nesting which codepen doesn't have great support for, but it should work. I tried the transform rule and it didn't...

The drop shadow disappears whenever the ```a::after``` element's scaleX is less than 1.