cruk-pattern-library
Version:
CRUK Pattern library.
24 lines (16 loc) • 386 B
Markdown
layout: page
title: Scaffolding
Scaffolding refers to global resets and dependencies.
## Contents
* Will be replaced with the ToC, excluding the "Contents" header
{:toc}
## HTML5 doctype
We're HTML5 all the way and as per Primer and Bootstrap use elements which require this doctype.
{% highlight html %}
<!DOCTYPE html>
<html lang="en">
...
</html>
{% endhighlight %}