Skip to content

Instantly share code, notes, and snippets.

@felipefialho
Created November 23, 2016 17:55
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 felipefialho/0f1f46e0399d5ec0df000968650608ae to your computer and use it in GitHub Desktop.
Save felipefialho/0f1f46e0399d5ec0df000968650608ae to your computer and use it in GitHub Desktop.
[CSS Trick] Select on sametime the first element but not if it is the last element

Select on sametime the first element but not if it is the last element

&:first-child:not(:last-child)

👺

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