picocss/.github/CONTRIBUTING.md
Yohn 354887554b Changed spacing on form elements to be a tad smaller. It was just too big for my liking, and I feel this way is a lot easier.
Added cursor back on button - it was just an arrow.
Added parent-selector to the notifications, and corrected readbility of notifications.
updated the version within the css files
made rows only show up on css files where classes are enabled
made the tooltips have a dark background - even for dark themes.
2024-12-07 19:56:51 -05:00

1.5 KiB

Contributing to Pico

Thanks for your interest in contributing to Pico CSS! Please take a moment to review this document before submitting a bug report or a pull request.

Bug reports

The issue tracker is the preferred channel for bug reports, but please respect the following restrictions:

Pull requests

Good pull requests, patches, improvements, and new features are a fantastic help.

Please ask before starting work on any significant new features. We recommend that you first suggest your feature idea in our discussion forums.

dev branch is open for pull requests on v3.

main branch is open to pull requests on v2.

Do not edit /css files directly. Edit the source files in /scss, then recompile the /css files with npm run build.