OOOOPS. Your browser seems to be too old for this. Please update your browser.
Teutonic CSS
Use it

Code

There is some opinionated styling for standard <code> and <pre> code blocks going on.

SCSS: _code.scss

For inline code examples use the HTML <code> tag.

For blocks of code use <code> wrapped in a <pre> block.
<div class="read_l">
  <p class="ma-b_s">
    For inline code examples use the HTML <code>&lt;code&gt;</code> tag.
  </p>
  <pre><code>For blocks of code use &lt;code&gt; wrapped in a &lt;pre&gt; block.</code></pre>
</div>