Created
September 4, 2017 09:07
-
-
Save richerimage/9a7824bf58bad53ad4f36bc70e54ca2f to your computer and use it in GitHub Desktop.
CSS select all except last child
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.selector:not(:last-child) { | |
/* styles for everything except last item */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment