Skip to content

Commit 5802504

Browse files
Casper BeyerCasper Beyer
authored andcommitted
Replace tabs with spaces
1 parent c0c9f0b commit 5802504

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_tutorials/jekyll/inlining-critical-above-the-fold-stylesheets-in-a-jekyll-website.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ it to the filter.
4343
```liquid
4444
<style type="text/css">
4545
{% capture style %}
46-
{% include 'base.scss' %}
47-
{% include 'masthead.scss' %}
46+
{% include 'base.scss' %}
47+
{% include 'masthead.scss' %}
4848
{% endcapture %}
4949
5050
{{ style | scssify }}

0 commit comments

Comments
 (0)