Describes a very accessible way to get started building a pattern library, and a shared vocabulary for talking about its elements.
The USA federal government has a (very good!) website style guide. It's officially the future.
Attribute Modules, or AM, at its core is about defining namespaces for your styles to live in.
<div am-Row>
<div am-Column="12">Full</div>
</div>
<div am-Row>
<div am-Column="4">Thirds</div>
<div am-Column="4">Thirds</div>
<div am-Column="4">Thirds</div>
</div>
[am-Row] { / max-width, clearfixes / }
[am-Column~="1"] { / 1/12th width, floated / }
[am-Column~="2"] { / 1/6th width, floated / }
[am-Column~="3"] { / 1/4th width, floated / }
[am-Column~="4"] { / 1/3rd width, floated / }
[am-Column~="5"] { / 5/12th width, floated / }
/ etc /
[am-Column~="12"] { / 100% width, floated / }
Are you in love with the Free Fonts Section on UltraLinx? If you answered yes, then I believe this post will blow your mind. Today we round up the top 50 best free fonts for you to download. Did we mention they were free? From incredible vintage fonts to beautiful slim typefaces we share all. via Pocket
Myth is a postprocessor that lets you write pure CSS without having to worry about slow browser support, or even slow spec approval.