-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Making .last optional #4
Comments
+1, I understand wanting to support older browsers but that syntax could/should be optional if you only care about supporting, say, modern webkit-based browsers. Thanks for the great lib! |
I was considering adding this to inuit.css but it's not feasible. This method assumes your grid is only one row deep. Take the following: (x denotes
The test case for this on inuit.css was the features list where there are several rows of grids in one parent. However you can drop the H |
The 1140 CSS Grid requires that all rows be wrapped in a |
inuit.css also relies on |
@csswizardry Ahh I see what you're saying. Unless my understanding is incorrect, 1140 doesn't even support those types of layouts currently! I'll probably be switching over to inuit! Thanks! |
Oh, erm, sorry to hijack this. Just thought I'd point out potential problems with the Cheers, |
It should be possible (using
:last-of-type
) to make the.last
class optional. The reason I bring this up is that many of us are not concerned with supporting older IEs, but we'd still like to use the awesomeness of your framework and have clean/semantic markup. Pretty please?The text was updated successfully, but these errors were encountered: