Replies: 1 comment
-
|
I agree on things being a bit unclear - or rather complex.
@use "pico" with (
$theme-color: "purple"
);
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First, thanks for a great library.
The docs are a bit unclear on how to use different colors - I added pico to my project with pnpm, but pico.colors.min.css is not included.
I wound up downloading the blue theme from jsDelivr at https://cdn.jsdelivr.net/npm/@picocss/[email protected]/css/pico.blue.min.css, and added it to a vendor folder manually.
Is there a better way to do this?
https://github.com/picocss/picocss.com/blob/main/app/routes/docs.colors.jsx
Beta Was this translation helpful? Give feedback.
All reactions