bobby

Results 15 comments of bobby

Ah, I figured it out. Not sure if this is the expected behavior, but this is how I got it to work. ```js export default () => ( {/* Google...

Is there an update here? I'm trying to import `.woff` and `.woff2` files but am not able to. Unless I'm missing something?

I'm running into this too. What's even more frustrating is that shadcn (or maybe it's tailwind) is not respecting hsl(...) or hex syntax. The colors only work if I'm using...

AH.. nvm sry, just realized that my tailwind config looks like this: ``` border: "hsl(var(--border))", input: "hsl(var(--input))", ring: "hsl(var(--ring))", background: "hsl(var(--background))", foreground: "hsl(var(--foreground))", brand: "hsl(var(--brand))", ``` I changed this to...