github picocss/pico v1.5.4

latest releases: v2.0.6, v2.0.5, v2.0.4...
2 years ago

Features

Styles

  • Modal backdrop-filter (1)
    #208
  • Add accent-color
    #236

Refactors

  • dash-case animations name
    #232
  • SVG color encoding
    #233
  • :not() selectors
    #235

Documentation

Chores

  • Update dependencies
    #234

Notes

(1): Even if it is debatable, we considered that this visual change did not constitute a breaking change.
That is why we publish this change as a PATCH (vs. MAJOR release).
To bring back the old style, you can override the CSS vars as follows:

:root {
  --modal-overlay-backdrop-filter: none;
}

Full changelog

A huge thank you to all the contributors ❤️

Don't miss a new pico release

NewReleases is sending notifications on new releases.