--- layout: two-columns title: CSS config helper --- To speed up the process of defining which selectors could make a good candidate, we created a custom CSS file to help us see what tags are used at a glance. ![Jest documentation after][3] ## Installation We suggest you use a browser extension like Stylus (available for [Firefox][1] and [Chrome][2]) to add the following piece of CSS to the page. ```css /* Headers */ h1:before, h2:before, h3:before, h4:before, h5:before { font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; display: inline-block !important; visibility: visible !important; color: white; padding: 0.25rem; border-radius: 0.125rem; margin: 0 0.5rem 0 0 !important; } h1:before { content: '
'; background: #f3a57e; } li:before { content: '
';
}
html:not(#stylus) img:before {
content: '
';
}
html:not(#stylus) iframe:before {
content: '