Venyl
Explore posts from serversKPCKevin Powell - Community
•Created by Venyl on 7/10/2024 in #front-end
Can't override Open-Props custom property
I've been using Open-Props in my Svelte projects recently. I've tried overriding --shadow-color and noticed that I'm not able to. Here is my code:
I've looked at Open-Props' stackblitz playgrounds and noticed I can't override the color there either.
Dev tools show it should be getting used.
It's not Svelte's fault because I tried doing this in a raw codepen with no success.
This issue persists across browsers (Firefox Dev, Chrome Canary, Arc)
What am I doing wrong?
129 replies
DTDrizzle Team
•Created by Venyl on 10/15/2023 in #help
Select item collection together with item count
Heads-up: I'm an SQL & Drizzle newbie
I have 3 tables:
users
, flashcard_collection
and flashcards
flashcard_collection
has a creatorId
foreign key which indicates what user a collection belongs to
flashcards
has a collectionId
foreign key which indicates what collection a flashcard belongs to
I want to select all flashcard collections that belong to a user together with each collection's flashcard count15 replies