alvarosabu / slidev-theme-penguin

A Penguin 🐧 theme for Slidev
https://slidev-theme-penguin.alvarosaburido.dev/
152 stars 49 forks source link

Failed to resolve import "uno.css" #29

Open AllenLi-01 opened 1 year ago

AllenLi-01 commented 1 year ago

I used yarn gloally add this theme.And Slidev run fine and 'theme' shows slidev-theme-penguin correctly。 But Slidev doesn't render my slides properly,and Terminal prompts me that the uno.css file is missing. How can I fix it? image P.S. I try to find this file in my computer by everything,however,I can't find it.

alvarosabu commented 1 year ago

I think I might need to add it as a peer dependency, if you install it locally unocss it works? npm i unocss

AllenLi-01 commented 1 year ago

I think I might need to add it as a peer dependency, if you install it locally unocss it works? npm i unocss

Thanks for your answer!Yes it worked when I install unocss.But it comes another problem:the color of sildes is just BLACK and WHITE.Do I need to do any other configuration if I want my slides colorful likes your example? image