Skip to content

Instantly share code, notes, and snippets.

@EdCharbeneau
Created August 17, 2014 18:41
Show Gist options
  • Save EdCharbeneau/49f20f59bcc7aedf008f to your computer and use it in GitHub Desktop.
Save EdCharbeneau/49f20f59bcc7aedf008f to your computer and use it in GitHub Desktop.
Select previous sibling CSS
.previous:has(+ .next) {}
@dalecreativ
Copy link

https://caniuse.com/#feat=css-has
It is a working draft. We'll get it eventually.

What would be more useful is previous sibling selector.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment