-
Notifications
You must be signed in to change notification settings - Fork 474
Description
Missing conditional classless CSS files in Azure color (v2.1.1)
Version: Pico CSS v2.1.1
Issue: Missing CSS files in the azure color variant (default theme) for the classless conditional builds.
Problem
The following files are not present in the @picocss/pico package (npm and GitHub) under pico/css/:
pico.classless.conditional.csspico.classless.conditional.min.csspico.fluid.classless.conditional.csspico.fluid.classless.conditional.min.css
These files are expected for the default azure theme for consistency, as they are present in the other color variants (cyan, fuchsia, rose, zinc).
Expected Location
css/azure/pico.classless.conditional.css
css/azure/pico.classless.conditional.min.css
css/azure/pico.fluid.classless.conditional.css
css/azure/pico.fluid.classless.conditional.min.css
Related Issue
This appears to be a similar situation to issue #645: pico.classless.conditional.css not available, which addressed missing conditional classless files in other variants.
Steps to Reproduce
- Install or browse Pico CSS v2.1.1 (via npm or GitHub)
- Navigate to the
pico/css/directory - Confirm that the
.conditional.cssfiles are missing
Suggested Fix
Please add the missing .conditional variants for the azure theme to ensure consistency across all color themes.
Thanks
Thank you for maintaining Pico CSS — it's a well-designed framework that makes classless styling clean and approachable.