You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is from built-in tailwind preflight, you can add a global style in builderConfig.source.preEntry, thus your CSS code will be loaded earlier than the page code.
Version
/
Details
“The following styles interfered with the display styles of my component library components.”
/*
display: block
by default. (Fix the tiny gap under replaced elements that shows by default jensimmons/cssremedy#14)vertical-align: middle
to align replaced elements more sensibly by default. (Fix the tiny gap under replaced elements that shows by default jensimmons/cssremedy#14 (comment))This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block; /* 1 /
vertical-align: middle; / 2 */
}
Reproduce link
/
Reproduce Steps
/
The text was updated successfully, but these errors were encountered: