@benface/tailwindcss-reset
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -8,2 +8,13 @@ # Changelog | ||
## [3.1.0] - 2022-06-29 | ||
### Added | ||
- Added `cursor: pointer` to all types of `input` that are buttons, for consistency with `button` | ||
- Overrode Preflight’s arbitrary `input` and `textarea` placeholder color with `color: inherit` and `opacity: 0.75` | ||
- Made `color` inherit on `mark` elements instead of being `black` by default | ||
- Made `text-align` inherit on `caption` elements instead of being `center` by default | ||
Thank you so much to Sophia Michelle Andren for this release’s inspiration ❤️ | ||
## [3.0.0] - 2022-06-29 | ||
@@ -57,3 +68,4 @@ | ||
[unreleased]: https://github.com/benface/tailwindcss-reset/compare/v3.0.0...HEAD | ||
[unreleased]: https://github.com/benface/tailwindcss-reset/compare/v3.1.0...HEAD | ||
[3.1.0]: https://github.com/benface/tailwindcss-reset/compare/v3.0.0...v3.1.0 | ||
[3.0.0]: https://github.com/benface/tailwindcss-reset/compare/v2.1.0...v3.0.0 | ||
@@ -60,0 +72,0 @@ [2.1.0]: https://github.com/benface/tailwindcss-reset/compare/v2.0.1...v2.1.0 |
{ | ||
"name": "@benface/tailwindcss-reset", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Opinionated CSS reset to apply on top of Tailwind CSS’s Preflight", | ||
@@ -5,0 +5,0 @@ "author": "Benoît Rouleau <benoit.rouleau@icloud.com>", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8922
125