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