Przeglądaj źródła

Update "Customizing your instance" according to a change in Mastodon (#234)

This change reflects commit af6a84da147f4230807b37c64bc09760e6ab5055 in
mastodon repository.
Akihiko Odaki 7 lat temu
rodzic
commit
00f401ba6f
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      Running-Mastodon/Customizing.md

+ 3 - 1
Running-Mastodon/Customizing.md

@@ -3,7 +3,9 @@ Customizing your instance
 
 ## Customizing style
 
-If you create `app/assets/stylesheets/custom.scss`, the default css will be replaced by the content in `custom.scss`.
+If you create files prefixed with `custom` and suffixed with `.scss`
+(e.g. `app/assets/stylesheets/custom.scss`, `app/assets/stylesheets/custom-foo.css`),
+the default css will be replaced by their contents.
 
 ## Changing colors