diff options
author | Yuji Yaginuma <yuuji.yaginuma@gmail.com> | 2019-05-03 08:58:32 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-03 08:58:32 +0900 |
commit | 8305d305a1ef200e0d77f44e6f16e2c7deeec8c6 (patch) | |
tree | 586586a1ed30385792b79b7753dc0cc4b6bd51a6 | |
parent | 1ce5153a099e82f761315154dfe5e01253dafd81 (diff) | |
parent | 4c3231ebb666014ab90f003acb4fa13e7216d845 (diff) | |
download | rails-8305d305a1ef200e0d77f44e6f16e2c7deeec8c6.tar.gz rails-8305d305a1ef200e0d77f44e6f16e2c7deeec8c6.tar.bz2 rails-8305d305a1ef200e0d77f44e6f16e2c7deeec8c6.zip |
Merge pull request #36167 from alecclarke/update-file-extension-used-in-guide
[ci skip] Correct the stylesheet name used in the guide.
-rw-r--r-- | guides/source/action_text_overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_text_overview.md b/guides/source/action_text_overview.md index 08ec35e52a..07919775e2 100644 --- a/guides/source/action_text_overview.md +++ b/guides/source/action_text_overview.md @@ -91,7 +91,7 @@ end By default, the Action Text editor and content is styled by the Trix defaults. If you want to change these defaults, you'll want to remove -the `app/assets/stylesheets/actiontext.css` linker and base your stylings on +the `app/assets/stylesheets/actiontext.scss` linker and base your stylings on the [contents of that file](https://raw.githubusercontent.com/basecamp/trix/master/dist/trix.css). You can also style the HTML used for embedded images and other attachments (known as blobs). |