total-typescript / ts-reset

A 'CSS reset' for TypeScript, improving types for common JavaScript API's

Home Page:https://www.totaltypescript.com/ts-reset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs page is broken

russelldavis opened this issue · comments

The readme links to https://totaltypescript.com/ts-reset for docs. That page has some minimal content but is mostly blank (e.g., there's a "Get Started" section with no content). It looks like the actual docs are at https://www.totaltypescript.com/ts-reset-article

Looks fine to me!

image

Could you give me more steps to reproduce?

Weird. If I load it on my iphone, it works fine. If I load it on my macbook on chrome, safari, or firefox, I get this:

www totaltypescript com_ts-reset

Inspecting the page, the content is all there, but all the invisible elements have opacity:0 in the style tag.

Ok, I figured it out. It happens when prefers-reduced-motion is enabled. Probably an issue with the page's animation logic.