Joined January 2013
·
Posted to
[CSS] Select N element and following
over 1 year
ago
Nice technique but its use is limited to the fact you must know the number of elements you have whereas usually you can't predict this aspect. So at the end the :first-child technique would be more appropriate.
Posted to
No more CSS Prefixes
over 1 year
ago
Well I never had to worry about vendor prefixes again since I moved to Less and Sass. It was 2 years ago ;)
Posted to
Parent css selector with Sass / Less preprocessor
over 1 year
ago
Damn right! Only updated the content though as I failed finding a more appropriate/comprehensive title :P
Achievements
414 Karma
43,947 Total ProTip Views
Lemmings 100
Write something great enough to have at least 100 watchers of the project
Forked 20
Have an established project that's been forked at least 20 times
Charity
Fork and commit to someone's open source project in need
Mongoose
Have at least one original repo where Ruby is the dominant language
Forked
Have a project valued enough to be forked by someone else
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Cub
Have at least one original jQuery or Prototype open source repo
Kona
Have at least one original repo where CoffeeScript is the dominant language
Nope there's no way to access a parent element. But this shouldn't be a problem, just get it normally.