In reply to:
@amyhoy Louis CK's "everything is amazing and nobody's happy" is not only hilarious, but also totally spot on truth.
@amyhoy Louis CK's "everything is amazing and nobody's happy" is not only hilarious, but also totally spot on truth.
Rebuilding our lightbox codez.
Is there actually a *sane* way of building these things?
Seems like it always requires empty elements.
@suss or haml style attrs
<p#id.class.otherclass{ rel="me" }
lorem ipsum
p>
@suss Just spit-balling here.
<p|id="something_unique"|class="reusable things"
lorem ipsum
p>
Not super readable though.
@ltackett What programming language/s do you use?