Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Releases: benface/tailwindcss-reset

v3.1.1

29 Jun 15:39

Choose a tag to compare

Fixed

  • Removed useless border-width: 0 declaration (it’s already in Preflight)

v3.1.0

29 Jun 06:10

Choose a tag to compare

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 ❤️

v3.0.0

29 Jun 05:21

Choose a tag to compare

Changed

  • Updated for Tailwind 3.x

v2.1.0

04 Aug 22:58

Choose a tag to compare

Added

  • Added a rule to remove dotted outline in Firefox

Fixed

  • Fixed the bad text-align default for RTL languages (from left to start)

v2.0.1

15 Feb 04:41

Choose a tag to compare

Added

  • Added a reset for th’s font-weight (from bold to inherit) and text-align (from center to inherit)

v2.0.0

05 Feb 16:05

Choose a tag to compare

Changed

  • Changed to use Tailwind 1.2’s new plugin definition syntax

Removed

  • Removed the background-position and background-repeat declarations on button elements since Preflight doesn’t reset these properties anymore in Tailwind 1.2

v1.0.2

13 Nov 05:27

Choose a tag to compare

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)

v1.0.1

02 Sep 17:23

Choose a tag to compare

Removed

  • Removed hr’s margin reset since it is now built into Tailwind

v1.0.0

10 Jul 18:37

Choose a tag to compare

Initial release