Results 74 issues of Scott Rod

### What version of `astro` are you using? 1.0.7 ### Are you using an SSR adapter? If so, which one? none ### What package manager are you using? npm ###...

p3-minor-bug

Does flickity 3 offer matchmedia support? I saw an old v2 demo using jquery on Codepen. But, what about v3 with vanilla js? Am I doing something wrong? ```js const...

In development everything works, but during build I'm getting this error using Astro 1.4.5; ``` Rollup failed to resolve import "sharp" from "node_modules/astro-imagetools/utils/runtimeChecks.js". This is most likely unintended because it...

For some reason I can no longer get a popup suggestion on my scss variables. For example, when typing: `color: $g`, it would normally popup `$gold` as a suggestion. I...

Why doesn't this work? ``` @for $i from 1 to 12 { .col-$(i) { --span: $i; } .col-start-$(i) { grid-column-start: $i; } .col-end-$(i+1) { grid-column-end: $(i+1); } } ``` All...

Please add a loading option for each provider with the default option set to `loading="lazy"` if none is specified.

Appears to do nothing with Sketch 55.1

VS Code does this out of the box without any plugin and I was hoping this plugin would implement the same behavior in Sublime. Unfortunately, if I click on an...

It seems if I change any of the styles, the browser won't refresh even though I see the message in the terminal: > [Eleventy-Plugin-SASS] Compiling sass files... > [Eleventy-Plugin-SASS] Done...

When I try to load a custom theme as demonstrated by the readme, my theme does not get applied. Instead, I get this message returned to the console: `Shiki theme...