Scaffolding

Scaffolding refers to global resets and dependencies.

Contents

HTML5 doctype

We’re HTML5 all the way and as per Primer and Bootstrap use elements which require this doctype.

<!DOCTYPE html>
<html lang="en">
  ...
</html>