pico icon indicating copy to clipboard operation
pico copied to clipboard

Missing conditional classless CSS files in Azure color (v2.1.1)

Open as000fm opened this issue 10 months ago • 2 comments

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.css
  • pico.classless.conditional.min.css
  • pico.fluid.classless.conditional.css
  • pico.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

  1. Install or browse Pico CSS v2.1.1 (via npm or GitHub)
  2. Navigate to the pico/css/ directory
  3. Confirm that the .conditional.css files 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.

as000fm avatar Jun 01 '25 23:06 as000fm

is this issue still there ?

carti0459 avatar Jun 02 '25 18:06 carti0459

Yes, the four files are still missing, and I also noticed there was an error in the Expected Location section. It should have been:

Expected Location

css/pico.classless.conditional.css
css/pico.classless.conditional.min.css
css/pico.fluid.classless.conditional.css
css/pico.fluid.classless.conditional.min.css

Apologies for the confusion — I explained to ChatGPT that the missing files were specific to the Azure color variant, and it added the azure folder to the path, which led to the mix-up in the original post I made.

as000fm avatar Jun 02 '25 19:06 as000fm