Blog posts like this remind me how badly CSS needs to catch up to where preprocessors like Less and SCSS are at.<p>I read things like this:<p><pre><code> Just because your menus and your buttons share the same border radius
and font size doesn’t mean those styles should be
abstracted away into some third class that gets
applied to both elements.
</code></pre>
and want to shout out: "Just use a mixin!"