소스 검색

Update sass documentation (#390)

As previously written throws `IsADirectoryError`. Update to `custom.css`
Trevor Watson 4 년 전
부모
커밋
1deae1567a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/getting_started/install.rst

+ 1 - 1
docs/getting_started/install.rst

@@ -81,7 +81,7 @@ To create a project that is pre-configured to use Sass for CSS compilation:
 
    .. code-block:: console
 
-       $ python manage.py sass website/static/website/src/custom.scss website/static/website/css/
+       $ python manage.py sass website/static/website/src/custom.scss website/static/website/css/custom.css
 
    .. note::
        To build the Sass automatically whenever you change a file, add the