Joined February 2012
·

Brian Blocker

Senior Front-end Engineer at CloudPassage.com
·
San Francisco, CA
·
·
·

Anybody else tried Backbone + Flux + React? Holy amazeballs...

Posted to When to use CSS preprocessor over 1 year ago

You may want to evaluate how you are using CSS preprocessors. I may be missing something, but this doesn't seem to make a lot of sense.

Doing it in JS does not sound like a good idea at all. Plus, naming a variable "blue" is not very semantic, what happens if you want to change your color scheme? Will the "blue" var now be obsolete?

Posted to Rotating Images/Divs over 1 year ago

I could be wrong, but :nth-child() also does not appear to be supported in IE <= 8, so filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); might not matter here, unless you also want to use the same fix for FF3.

Achievements
62 Karma
1,384 Total ProTip Views