pico
pico copied to clipboard
Minimal CSS Framework for semantic HTML
### Description A button with a tooltip does not receive an dotted underline but a drop-down does. Maybe add `:not([role=button])` to filter list? ```css [data-tooltip]:not(a):not(button):not([role=button]):not(input) { border-bottom: 1px dotted; text-decoration:...
## Describe the issue When you have an input type of "search", although it looks great and styled, pico has removed (or hidden) the built in close button that is...
Please search for duplicate or closed issues first. ## Describe the issue When using classless version of Pico you cant import grid.scss because condition will never match. Grid uses a...
Prefered -> Preferred
- "Table of content" → "Table of contents" - Sentence case in README - "natives form elements" → "native form elements" - Cleanup whitespace
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Follow the project [here](https://github.com/orgs/picocss/projects/1). ### Features ### Styles - Update light and dark themes #288 ### Accessibility - Improve colors accessibility #288 ### Refactors - Move to Yarn, and refactor...
If using a `.grid` inside a form, a `small` info field will not have the correct vertical spacing compared to standard input elements. This change adds `.grid` to the list,...
## v1.5.7 Preview: https://picocss.github.io/pico/docs/ ### Fixes - Prevent scrolling and interactions below a modal on mobile, by @rbf #267 - Allow use of custom data-theme values that also override auto...
## Describe the issue The [button documentation](https://picocss.com/docs/buttons.html) says this: > Buttons are `width: 100%;` by default. Use `role="button"` on an inline element if you need an inline button. The example...