From 44f5666417323299cc15274532656583ba48afa3 Mon Sep 17 00:00:00 2001 From: jedi Date: Sun, 6 Sep 2026 02:27:17 +0200 Subject: [PATCH] stash --- frontend/src/scss/_breakpoints.scss | 24 ++++++++++++++++++++++++ frontend/src/scss/toolshed.scss | 2 ++ frontend/src/views/Inventory.vue | 18 +++++++++++++----- frontend/src/views/StorageLocation.vue | 2 +- 4 files changed, 40 insertions(+), 6 deletions(-) create mode 100644 frontend/src/scss/_breakpoints.scss diff --git a/frontend/src/scss/_breakpoints.scss b/frontend/src/scss/_breakpoints.scss new file mode 100644 index 0000000..2911933 --- /dev/null +++ b/frontend/src/scss/_breakpoints.scss @@ -0,0 +1,24 @@ +// Single source of truth for the grid breakpoints, shared between toolshed.scss +// (which feeds them into Bootstrap's own grid/container generation) and any +// component's