terribleMia’s avatarterribleMia’s Twitter Archive—№ 11,221

  1. If we added a CSS rule like: @\programming 'absolutely'; and then, in HTML: <!doctype html (the programming kind)> Then authors could opt in or out of _their_ HTML/CSS being officially programming or not programming. Problem solved. You're welcome.
    1. …in reply to @TerribleMia
      Opening my Nunjucks template to add: {% if ([true, false] | random) %} <!doctype html (the programming kind)> {% else %} <!doctype html (NOT A PROGRAM)> {% endif %} And doing the equivalent in my Sass file. Schrödinger's programming.