Results 115 comments of Scott Rod

Even in the US, accessibility is a must, as someone who works on educational sites.

BTW, in regards to choosing the plain text render, it would probably be ideal to remove images too. BTW, it might be worth checking out how Astroplate handles the markdown...

@dirad Exactly. Any FSE themes like Twenty Twenty Two and above now support full site editing, therefore, they hide or have deprecated any trace of the old menu settings. I...

@zakirsajib I'd be curious too. Since Astro requires an index page, it's not straight forward. Setting up a redirect will reveal an undesired `/home` endpoint dynamically generated by `...uri` besides....

Thanks a bunch @JEverhart383. That works. It's probably a good idea to filter out the `home` route from being included, too. Besides, if you're building an SSG project where it's...

I haven't. It's been years since this theme has been updated, too. Another thing that really stands out is the node sass dependency which is deprecated and seems incompatible with...

@drwpow Ah, right, that makes sense. I'm so css-minded, I forgot about other platforms. Currently, there is no Tailwind config with v4. So, `--color-*: initial` is specified within a CSS...

@drwpow TL;DR: This probably doesn't require a plugin; maybe just a post transform. Tailwind v4 is vastly different from v3 at this stage as it doesn't rely on a Tailwind...

Absolutely, @drwpow. Hit me up. > So all that to say, I may just end up bugging you for feedback on `@terrazzo/plugin-tailwind` as I try some things out over the...