e3fdeb5
Thanks @kripod! - fix(reset): tableborder-color
inheritance to enable*
overrides (e.g. Tailwind’s Preflight styles rely upon this)
9290a23
Thanks @kripod! - feat(reset): tableborder-color
inheritance fromcolor
(based upon sindresorhus/modern-normalize#79)
-
b8b9116
Thanks @kripod! - fix(reset): disabled select opacity in Chrome -
7da2b14
Thanks @kripod! - fix(reset): select border-radius in Safari
3.2.1 - 2023-06-05
- reset-scoped: compatibility with legacy module resolution strategies
3.2.0 - 2023-06-05
- reset-scoped: ship CommonJS modules alongside ESM
- reset: main package entry point as an undocumented alias
3.1.0 - 2023-06-04
- reset-scoped: initial release
3.0.2 - 2023-06-04
- base: respect
hidden
attribute of embedded content elements (img
,iframe
,embed
,object
,video
,audio
,svg
) andcanvas
3.0.1 - 2023-06-03
- reset: replace
border: 0
withborder-width: 0
for compatibility with base styles
3.0.0 - 2023-06-03
- base: set
box-sizing: border-box
on*, ::before, ::after
- base: set
border-style: solid
andborder-width: 0
on on*, ::before, ::after
to allow adding a border with just aborder-width
- base: set
tab-size: 2
onhtml
to prevent overflow in code blocks - base: set
-webkit-text-size-adjust: 100%
onhtml
to prevent erroneous text scaling in iOS Safari - base: set
margin: 0
onbody
- base: make
embed
andobject
elements responsive
- base: reorder styles for better maintainability
- base: redundant
height: auto
oncanvas
- base: strict enforcement of
display: none
when ahidden
attribute is present
2.1.0 - 2023-06-03
- reset: inherit
letter-spacing
andword-spacing
on form controls
2.0.1 - 2023-05-27
- reset: apply
::placeholder
styles only oninput
andtextarea
- reset: reorder styles for better maintainability
2.0.0 - 2023-05-11
- reset: nullify
padding
,border
andbackground
on form controls - reset: inherit
font
andcolor
on form controls - reset: inherit
color
andtext-decoration
on links - reset: set
opacity: 1
andcolor: gray
on::placeholder
to make Firefox styles consistent
- base:
hr
border width and style
- base: rename
opinionated-base.css
tobase.css
- reset: set
line-height: 1
onhtml
instead ofbody
1.1.0 - 2020-08-20
- base: vertical
writing-mode
support for changing theresize
property oftextarea
elements
1.0.0 - 2020-08-18
- reset: initial release
- base: initial release