Skip to content

Commit 44f4ad4

Browse files
authored
Tailwind-like default line heights.
1 parent d9983be commit 44f4ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: reset.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ button,input,select,textarea { font: inherit; } /* No custom font on forms. */
99
img,picture,svg,video { height: auto; max-width: 100%; } /* Media should not break outside of parent. */
1010
audio,canvas,embed,iframe,img,object,svg,video { vertical-align: middle; } /* Removes tiny space on bottom. */
1111
table { text-indent: 0; border-color: inherit; border-collapse: collapse; border-spacing: 0; } /* Modern tables. */
12-
[hidden],style { display: none !important; } /* Hidden elements stay hidden. */
12+
[hidden] { display: none !important; } /* Hidden elements stay hidden. */

0 commit comments

Comments
 (0)