@benface/tailwindcss-reset
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -8,6 +8,11 @@ # Changelog | ||
## [1.0.2] - 2019-11-13 | ||
### Fixed | ||
- Fixed the `background-position` and `background-repeat` resets on `button` elements (they weren’t taking effect due to a conflict with a Preflight rule) | ||
## [1.0.1] - 2019-09-02 | ||
### Removed | ||
- Removed `hr`’s margin reset since it is now built in to Tailwind | ||
- Removed `hr`’s margin reset since it is now built into Tailwind | ||
@@ -18,4 +23,5 @@ ## [1.0.0] - 2019-07-10 | ||
[Unreleased]: https://github.com/benface/tailwindcss-reset/compare/v1.0.1...HEAD | ||
[Unreleased]: https://github.com/benface/tailwindcss-reset/compare/v1.0.2...HEAD | ||
[1.0.2]: https://github.com/benface/tailwindcss-reset/compare/v1.0.1...v1.0.2 | ||
[1.0.1]: https://github.com/benface/tailwindcss-reset/compare/v1.0.0...v1.0.1 | ||
[1.0.0]: https://github.com/benface/tailwindcss-reset/releases/tag/v1.0.0 |
{ | ||
"name": "@benface/tailwindcss-reset", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Opinionated CSS reset to apply on top of Tailwind CSS’s Preflight", | ||
@@ -15,11 +15,11 @@ "author": "Benoît Rouleau <benoit.rouleau@icloud.com>", | ||
"dependencies": { | ||
"postcss": "^7.0.17" | ||
"postcss": "^7.0.21" | ||
}, | ||
"devDependencies": { | ||
"github-release-from-changelog": "^1.3.2", | ||
"github-release-from-changelog": "^2.1.0", | ||
"jest": "^24.9.0", | ||
"jest-matcher-css": "^1.1.0", | ||
"release-it": "^12.3.6", | ||
"tailwindcss": "1.1.2" | ||
"release-it": "^12.4.3", | ||
"tailwindcss": "1.1.3" | ||
} | ||
} |
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
4190
88
Updatedpostcss@^7.0.21