@benface/tailwindcss-reset
Advanced tools
Changelog
[3.1.1] - 2022-06-29
border-width: 0
declaration (it’s already in Preflight)Changelog
[3.1.0] - 2022-06-29
cursor: pointer
to all types of input
that are buttons, for consistency with button
input
and textarea
placeholder color with color: inherit
and opacity: 0.75
color
inherit on mark
elements instead of being black
by defaulttext-align
inherit on caption
elements instead of being center
by defaultThank you so much to Sophia Michelle Andren for this release’s inspiration ❤️
Changelog
[2.1.0] - 2020-08-04
text-align
default for RTL languages (from left
to start
)Changelog
[2.0.1] - 2020-02-14
th
’s font-weight
(from bold
to inherit
) and text-align
(from center
to inherit
)Changelog
[2.0.0] - 2020-02-05
background-position
and background-repeat
declarations on button
elements since Preflight doesn’t reset these properties anymore in Tailwind 1.2Changelog
[1.0.2] - 2019-11-13
background-position
and background-repeat
resets on button
elements (they weren’t taking effect due to a conflict with a Preflight rule)Changelog
[1.0.1] - 2019-09-02
hr
’s margin reset since it is now built into Tailwind