From 3c4114e50e412b117377b887d230c64d41db84a2 Mon Sep 17 00:00:00 2001 From: Bibiana Cristofol Amat Date: Fri, 27 Feb 2026 12:30:45 +0000 Subject: [PATCH 1/2] 360-ds: update with the latest commit --- 360-ds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 5ea6c8c3cb55f76b6725e6263f86ba90ac1014e1 Mon Sep 17 00:00:00 2001 From: Bibiana Cristofol Amat Date: Fri, 27 Feb 2026 12:40:41 +0000 Subject: [PATCH 2/2] Readme: update how to update 360-ds --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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