Theme
Font
1-minute read

Firefox crashes when devtools are opened with a bad CSS import.

If I prepend

@import url("crash.css") supports(not (display: grid));

to my style.css, opening devtools on Firefox will crash the tab. This happens whether or not crash.css exists.