Skip to content

Commit 8047ce0

Browse files
authored
Fix custom-styles.scss name in README (#610)
Merge pull request 610
1 parent 868b90f commit 8047ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The site's default CSS has now moved to a new place within the gem itself, [`ass
118118
In Minima 3.0, if you only need to customize the colors of the theme, refer to the subsequent section on skins. To have your
119119
*CSS overrides* in sync with upstream changes released in future versions, you can collect all your overrides for the Sass
120120
variables and mixins inside a sass file placed at `_sass/minima/custom-variables.scss` and all other overrides inside a sass file
121-
placed at path `_sass/minima/custom.scss`.
121+
placed at path `_sass/minima/custom-styles.scss`.
122122

123123
You need not maintain entire partial(s) at the site's source just to override a few styles. However, your stylesheet's primary
124124
source (`assets/css/style.scss`) should contain the following:

0 commit comments

Comments
 (0)