picocss / pico

Minimal CSS Framework for semantic HTML
https://picocss.com
MIT License
13.3k stars 384 forks source link

Color 'azure' missing from CDN #569

Open Simcon opened 2 months ago

Simcon commented 2 months ago

The color 'azure' is not available on cdn: https://cdnjs.com/libraries/picocss/2.0.6.

spifory commented 2 months ago

This colour is also missing from jsDelivr https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/ Although it is accessible if you use the pico.colours(.min).css file

jblattgerste commented 1 month ago

The Azure “color” is simply the default color (pico.min.css) as can be seen in the version picker: https://picocss.com/docs/version-picker/

It's maybe a bit misleading that it has an explicit name at times.

spifory commented 1 month ago

My main issue is that I don't want to load every colour from the stylesheet (IIRC Pico advises against doing that in prod) so that's why I wanted to have the Azure colour alone without any other colours added.