github picocss/pico v2.0.0-rc2

latest releases: v2.0.6, v2.0.5, v2.0.4...
pre-release8 months ago

Feature: Theme color

Easily compile Pico CSS using a different primary color from a selection of 20 colors.

Example:

// amber, azure, blue, cyan, fuchsia, green, grey, indigo, jade, lime, 
// orange, pink, pumpkin, purple, red, sand, slate, violet, yellow, zinc
@use "pico" with ($theme-color: "indigo");

Styles

  • Small tweaks for <article />, <hgroup />, <dialog />, <fieldset /> and .grid

Fixes

  • Disable focus style for <textarea readonly />
  • Focus style for<button aria-current="true" />

Chores

  • Update dependencies

Full changelog

Don't miss a new pico release

NewReleases is sending notifications on new releases.