Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,14 @@ PROVENANCE_JSON=path/to/data_package/data_all.json python manage.py runserver
Compile theme
-------------

In order to compile the sass theme please see the [360-ds](https://github.com/ThreeSixtyGiving/360-ds) submodule. All styles are built and imported from there.
All styles are built and imported from [360-ds](https://github.com/ThreeSixtyGiving/360-ds) submodule.

Updating the Design System:

```
git submodule update --init --recursive
git submodule update --remote 360-ds
```


Run tests
Expand Down