Joined April 2013
·
Posted to
Sass retina background mixin
over 1 year
ago
That make sense.
I use @2x because i think it was a naming convention like http://retinajs.com/
Posted to
Cascading Style Sheet
over 1 year
ago
Classes come with the benefit of being reusable (even if we don’t want to, we can) and they have a nice, low specificity.
Specificity is one of the quickest ways to run into difficulties in projects and keeping it low at all times is imperative. An ID is 255 times more specific than a class, so never ever use them in CSS ever.
Achievements
261 Karma
20,198 Total ProTip Views
24PullRequests Participant
Sent at least one pull request during the first 24 days of December 2014
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Kona
Have at least one original repo where CoffeeScript is the dominant language
Forked
Have a project valued enough to be forked by someone else
Mongoose
Have at least one original repo where Ruby is the dominant language
Charity
Fork and commit to someone's open source project in need
Hello @deanWombourne
This is great! Thanks for sharing