Benjamin Behringer
Benjamin Behringer
Hi, I updated preset-base to 0.3.1, yet the [commit](https://github.com/reflexjs/reflexjs/commit/aed176521a13f32104895a490ed51f39fd4abb9b) seems to introduce breaking changes to my layout (e.g., links are not styled anymore, markdown styling doesn't work anymore, etc.). Thanks...
Hey, I'm trying to shadow `@reflexjs/gatsby-theme-post/post.js`. I copied the original version and just changed the maximum width a bit: ```js import * as React from "react" import { MDXRenderer, Link...
Hey, Let's assume we navigate to a blog post as follows: `NavMenu->blog->2020-post` resulting in a slug `/blog/2020-post`. It would be great if the "blog" menu entry would be still highlighted/focused...