Procházet zdrojové kódy

Update sass documentation (#390)

As previously written throws `IsADirectoryError`. Update to `custom.css`
Trevor Watson před 4 roky
rodič
revize
938cbf60ac
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docs/getting_started/install.rst

+ 1 - 1
docs/getting_started/install.rst

@@ -51,7 +51,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