Asked by
Anonymous
Another satisfied user that likes to use my theme instead of a 100% white or a 100% black one!
Productivity > Eye Candy.
defaults write com.apple.dock expose-animation-duration -float 0.0; killall Dock
Using an array:
.something{ class: [ (@resource.last? && "last" ), ( @resource.highlight? && 'highlighted' ) ] }
PIMP IT YO
git log --graph --pretty="%n[%C(yellow)%h%Creset][%C(red)%cn%Creset] %s - %Cgreen%cr%Creset"
git log --graph --pretty="------------------------------------------------%n[%C(yellow)%h%Creset][%C(red)%cn%Creset] - %Cgreen%cr%Creset%n%n%Cblue%s%Creset%n%n%b" -U
So today, due to Flippa redesign, I got introduced to Andrew Krespanis. Don’t know who he is? well, if you’re a front-end engineer I’m sure you’ve seen his code more than a couple of times in your life, he’s the author of the “star hard reset”:
* { margin:0; padding:0; }
So yeah, achievement unlocked.
Recommended read: The History of CSS Reset
AS::Concern will look for modules named ClassMethods and InstanceMethods and bootstrap them as you normally would like.
@pda: @Kuroir ActiveSupport::Concern is great. But there’s no need to specify an InstanceMethods module. Just methods, and a ClassMethods module.