We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9983be commit 44f4ad4Copy full SHA for 44f4ad4
reset.css
@@ -9,4 +9,4 @@ button,input,select,textarea { font: inherit; } /* No custom font on forms. */
9
img,picture,svg,video { height: auto; max-width: 100%; } /* Media should not break outside of parent. */
10
audio,canvas,embed,iframe,img,object,svg,video { vertical-align: middle; } /* Removes tiny space on bottom. */
11
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. */
+[hidden] { display: none !important; } /* Hidden elements stay hidden. */
0 commit comments