Rustie

Results 15 comments of Rustie

I agree the username should be private. But also note your username does not need to be your email address

Yes ipfs support would be great. Maybe netlify could also offer a pinning service like [pinata](https://www.pinata.cloud/). If there is a build process to include netlifycms that would be awesome.

I’m also experiencing this same issue with accessing global and page data using: ~~~liquid {% render “partial.html” %} ~~~

Hi, I think I have worked out how to get gorko to work with sass modules so that it uses @use and @forward internally. I've sent a pull request. :)

Thanks, if you want to fork my repo its at - https://github.com/woodcox/gorko. I'm not planning to maintain it as I have moved on to a simple sass set up which...

You may wish to look at https://github.com/saneef/postcss-design-token-utils. It’s essentially gorko converted to a postcss plugin.

Have you considered [vinxi](https://vinxi.vercel.app/) for building the routes? It looked like you can define your various route configs for spa’s, ssg/ssr, and api’s. This is the [github repo](https://github.com/nksaraf/vinxi/).

Having looked further at [open props GitHub repo](https://github.com/argyleink/open-props/tree/main/src) I’ve realised that it’s not in there index.css or index.js file either. So I understand why you didn’t include it.

I've realised there is no `props.supports.js` file in the [src of open-props git repo](https://github.com/argyleink/open-props/tree/main/src), so this will need to wait until one is created.

Yeah, I've opened an [issue on open-props](https://github.com/argyleink/open-props/issues/380). I'll give it a bit of time to see if it was an oversight first.