diff --git a/360-ds b/360-ds index 67814995..fa9b6f55 160000 --- a/360-ds +++ b/360-ds @@ -1 +1 @@ -Subproject commit 67814995a1f79a3a01db0c594ddb8926666d0e5e +Subproject commit fa9b6f5583409a75bd2b68c3875f4ee63c17a523 diff --git a/README.md b/README.md index 30c7b251..8079eec5 100644 --- a/README.md +++ b/README.md @@ -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