Incognitus
Explore posts from serversHow to share configs in DDD Nuxt App?
I have flat structure
I decided that all my auto-import rools will be in root nuxt.config
When I try to
pnpm dev
in auth/.playground
I get error, that myStore
is not defined in auth default layout.
I thought that root nuxt.config is shared between layers, but turns out its not. How do I have to manage configs, to be able to test them in .playground?5 replies
KPCKevin Powell - Community
•Created by Incognitus on 6/23/2024 in #front-end
Is it possible to use container queries on container itself?
Hey guys, recently been trying to get back to container queries research, and found that styles don't apply on container itself. I think I saw Kevin do that in one of his videos, and now it doesn't work. Or maybe I'm trippin.
Anyway example below didn't work. Google suggests using wrapper, but it doesn't go well when there is a list of such containers. I assume that I can use
display: contents
on wrapper, but overall wrapping doesn't seem like a good solution. Maybe someone figured out how to do this properly, or knows if its planned in specs. Any answer is appreciated!
6 replies
KPCKevin Powell - Community
•Created by Incognitus on 4/25/2023 in #front-end
How to make <li> bullet just stay inside container, not move text ?
10 replies