web-garden icon indicating copy to clipboard operation
web-garden copied to clipboard

Building blocks for making progressive and future-proof websites. Components collection features Astro, HTML, SCSS, JS, TS… Configurations features ESLint, Prettier, Stylelint…

Results 20 web-garden issues
Sort by recently updated
recently updated
newest added

Currently, it looks like the code that generates the Mermaid diagram is not passing in anything for the `id` parameter. This causes Mermaid to use the default `id` of `diagram`....

Hi, @JulianCataldo. When using astro-diagram v0.6.3, the following warning was output. I have confirmed that if the total number of mermaid code blocks is 11 or more at build time,...

good first issue

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

Hello, I tried using astro-tabs within MDX but couldn't get it to work property. There seems to be an offset with tabs vs panels: https://stackblitz.com/edit/github-tp8cb8?file=src/pages/index.mdx It works in .astro files...

bug-fix
good first issue

astro-geo-map imports puppeteer and thus prevents me running `astro dev` puppeteer should be a dev dependency not a release dependency.

bug-fix
good first issue

Need to change the font loading path. Using @fontsource ESM SCSS import in Astro frontmatter ATM.

bug-fix
documentation

Goal is to support this kind of setup: - default theme (light) - default theme (dark) - second theme (no color variant) - third theme (light) - third theme (dark)...

feature

https://github.com/jonwa/lerna-release-workflow/blob/master/.github/workflows/release.yml https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages

continuous-integration