This is an automated email from the git hooks/post-receive script.
meskio pushed a change to branch main in repository bridgedb.
from a05d4ce Add changelog for version 0.14 new 7aa9f62 Fix <picture> not rendering on prod new b8e7e03 Merge branch 'fix-card-images' into 'main' new 79ad6f2 Use lektor-scss to build the SCSS during the lektor site build new 08da841 Merge branch 'fix-frontend-scss' into 'main' new 8ae4021 lektor-scss package was never actually committed new a8469ef Update lego new f07614a Merge branch 'mr/48'
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: frontend/.gitignore | 2 ++ frontend/assets/scss/_cryptocurrency.scss | 1 - frontend/assets/scss/_donate.scss | 1 - frontend/assets/scss/_eoy.scss | 1 - frontend/assets/scss/_includes.scss | 1 + frontend/assets/scss/_tpo.scss | 1 - frontend/assets/scss/bootstrap-grid.css | 1 - frontend/assets/scss/bootstrap-grid.css.map | 1 - frontend/assets/scss/bootstrap.scss | 3 ++- frontend/assets/static/css | 1 - frontend/assets/static/css/digital-climate-strike | 1 + frontend/assets/static/css/images | 1 + frontend/build.sh | 2 +- frontend/configs/scss.ini | 2 ++ frontend/lego | 2 +- frontend/packages/lektor-scss | 1 + frontend/templates/home.html | 7 +------ 17 files changed, 13 insertions(+), 16 deletions(-) delete mode 120000 frontend/assets/scss/_cryptocurrency.scss delete mode 120000 frontend/assets/scss/_donate.scss delete mode 120000 frontend/assets/scss/_eoy.scss create mode 120000 frontend/assets/scss/_includes.scss delete mode 120000 frontend/assets/scss/_tpo.scss delete mode 120000 frontend/assets/scss/bootstrap-grid.css delete mode 120000 frontend/assets/scss/bootstrap-grid.css.map mode change 120000 => 100644 frontend/assets/scss/bootstrap.scss delete mode 120000 frontend/assets/static/css create mode 120000 frontend/assets/static/css/digital-climate-strike create mode 120000 frontend/assets/static/css/images create mode 100644 frontend/configs/scss.ini create mode 120000 frontend/packages/lektor-scss