Skip to content

Instantly share code, notes, and snippets.

@iamrobert
Created December 17, 2022 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamrobert/34a90d049b2257cfa20ef27b184db8b0 to your computer and use it in GitHub Desktop.
Save iamrobert/34a90d049b2257cfa20ef27b184db8b0 to your computer and use it in GitHub Desktop.
LT Broswer can't read :is()
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
<style>
:is(.green) {
color: green;
background:lime;
}
</style>
</head>
<body>
<div class="green">GREEN</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment