Joined January 2012
·
Posted to
Drop-In Responsive Styles with Sass
over 1 year
ago
Did you check your compiled css file? I haven't checked, but I could imagine, that this creates tons of @media queries with nested classes. Or is SASS clever enough to merge them into one?
Posted to
Dealing with Alt+Space (non-breakable space) in Sublime Text 2 on OS X
over 1 year
ago
Simple but effective workaround. And I wouldn't want to create it globally… so this is perfect.
Posted to
Authenticating Rails Apps - Don't go it alone
over 1 year
ago
I agree with NARKOZ. Think twice before choosing devise. It's easy to setup and brings lots of features. But beware of the beast. This is some heavy shit you are loading into your project. Lots of code and nasty when you really wanna do some serious customizations. So please think twice before adding this burden.
Achievements
74 Karma
0 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Opabinia
Started social coding on GitHub within 6 months of its first signs of life
Charity
Fork and commit to someone's open source project in need
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Cub
Have at least one original jQuery or Prototype open source repo
Yes, and I am not concerned about file size. I was just curious how SASS compiles such an approach. I think you are right, that this might be easier to read. But at the same time, it can increase the number of selectors significantly.