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 774f43a commit ddfb3b9Copy full SHA for ddfb3b9
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] { display: none; } /* Hidden elements stay hidden. */
+[hidden], style { display: none !important; } /* Hidden elements stay hidden. */
0 commit comments