Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump undefsafe from 2.0.2 to 2.0.5 #54

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/posts/2017-01-18-css-em-vs-rem.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ <h1>REM vs. EM</h1>
</code></pre>
<p>With the following CSS:</p>
<pre class="language-css"><code class="language-css"><span class="token selector">html</span> <span class="token punctuation">{</span>
<span class="token property">font-size</span><span class="token punctuation">:</span> 100%<span class="token punctuation">;</span> <span class="token comment" spellcheck="true">/* assuming 100% == 16px */</span>
<span class="token property">font-size</span><span class="token punctuation">:</span> 100%<span class="token punctuation">;</span> <span class="token comment">/* assuming 100% == 16px */</span>
<span class="token punctuation">}</span>

<span class="token selector">h1</span> <span class="token punctuation">{</span>
<span class="token property">font-size</span><span class="token punctuation">:</span> 2rem<span class="token punctuation">;</span> <span class="token comment" spellcheck="true">/* 1rem == 16px =&gt; 32px */</span>
<span class="token property">line-height</span><span class="token punctuation">:</span> 1em<span class="token punctuation">;</span> <span class="token comment" spellcheck="true">/* 1em refers to current font-size (32px) =&gt; 32px */</span>
<span class="token property">padding-bottom</span><span class="token punctuation">:</span> 1rem<span class="token punctuation">;</span> <span class="token comment" spellcheck="true">/* 1rem == 16px =&gt; 16px */</span>
<span class="token property">font-size</span><span class="token punctuation">:</span> 2rem<span class="token punctuation">;</span> <span class="token comment">/* 1rem == 16px =&gt; 32px */</span>
<span class="token property">line-height</span><span class="token punctuation">:</span> 1em<span class="token punctuation">;</span> <span class="token comment">/* 1em refers to current font-size (32px) =&gt; 32px */</span>
<span class="token property">padding-bottom</span><span class="token punctuation">:</span> 1rem<span class="token punctuation">;</span> <span class="token comment">/* 1rem == 16px =&gt; 16px */</span>
<span class="token punctuation">}</span>
</code></pre>
<p>Understanding the impact took me some time and I just finally <code>got it</code> when
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h3 id="day-4-5">Day 4 &amp; 5</h3>
several problematic keys and key-combinations which I am still struggling with a lot.</p>
<p><img src="/images/posts/kap-day4-5.png" alt="Words per Minute on day 4 &amp; 5"></p>
<p>The most problematic keys are the parentheses (<code>[</code>, <code>{</code>, <code>&lt;</code> …) other special chars
e.g. the pipe <code>|</code>, the backtick <code>\`` and tilde</code>~` which I actually use pretty
e.g. the pipe <code>|</code>, the backtick <code>\`</code> and tilde <code>~</code> which I actually use pretty
frequently. Many of those mentioned keys are only reachable with the pinky or
ring finger. I don&#39;t know if this is just a matter of proper training. Let&#39;s see.</p>
<p>Otherwise most of my keyboard mappings seem to somehow be persisted into my brain.</p>
Expand Down
19 changes: 6 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/content/pages/imprint-and-data-privacy.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h2>Imprint / Impressum</h2>
<ul class="list-reset">
<li>Gregory Igelmund</li>
<li>Nußbaumerstraße 39b, 50823 Cologne, Germany</li>
<li>Schwerinstraße 39b, 50733 Cologne, Germany</li>
<li>USt-ID: DE302399733</li>
</ul>

Expand Down
Loading