Serhii Bedrytskyi

Results 44 comments of Serhii Bedrytskyi

@Hulkmaster you can use anything, CSS variables is just an option that demo is using. It's up to you use CSS variables or stick with good ol' stylesheet cascade. I...

So you have 9 color schemes/modes, right? And you want to reuse each of this color mode with 9 layouts? If CSS vars approach is not working for you (which...

Actually I do not suggest any libraries. I suggest you to abstract your theme design tokens in separate entities. Can you describe your use case with more details? It's actually...

I noticed NPR https://www.npr.org/ have JSON Feed version. I wonder why they made it? Where it's using?

Why not just use a link in `title`? There's no straightforward way to do what you ask, because `description` could also contain links, and you can't have links inside links;...

@Tahul and you will have nested links this way

This should be a separate repo @Atinux ?

I don't understand this task. Mind elaborate it? What is readme in starters? How do I run it? What's it's purpose?

I've added focus trap to Elements `Drawer`, this should fix the issue.

Related nuxt-themes/docus#833