CSS Things I Learned This Morning

PUBLISHED ON FEB 7, 2014 — IMPORTED FROM TUMBLR, TEXT
  • Put those dang media-specific styles at the bottom of the sheet. Cascading means cascading.
  • When inserting ZURB’s Foundation Icons, trying to write
    <i class="fi-social-github"></i>
    as
    <i class="fi-social-github" />
    makes for some funny [in hindsight] repetition of the icons.
  • I thought Viewport Resizer was going to save the day for iPhone testing. I thought wrong.
  • Not directly related, but Cyberduck has a “reload” button for transfers. Sure beats clicking and dragging the same file repeatedly.