Skip to content

Commit a4b3f52

Browse files
Update README.md (#657)
Merge pull request 657
1 parent 296bf6b commit a4b3f52

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,9 @@ Therefore, your `assets/css/style.scss` should contain the following at minimum:
133133
---
134134
---
135135
136-
@import "minima/skins/{{ site.minima.skin | default: 'classic' }}";
137-
@import "minima/initialize";
136+
@import
137+
"minima/skins/{{ site.minima.skin | default: 'classic' }}",
138+
"minima/initialize";
138139
```
139140

140141
#### Skins

0 commit comments

Comments
 (0)