Skip to content

Commit

Permalink
Update README.md (jekyll#657)
Browse files Browse the repository at this point in the history
Merge pull request 657
  • Loading branch information
jamiepinheiro authored Jul 12, 2022
1 parent 296bf6b commit a4b3f52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,9 @@ Therefore, your `assets/css/style.scss` should contain the following at minimum:
---
---
@import "minima/skins/{{ site.minima.skin | default: 'classic' }}";
@import "minima/initialize";
@import
"minima/skins/{{ site.minima.skin | default: 'classic' }}",
"minima/initialize";
```

#### Skins
Expand Down

0 comments on commit a4b3f52

Please sign in to comment.