From 769b736d698708acfa1c551c8e9843a11e34b22b Mon Sep 17 00:00:00 2001 From: Nick B Date: Wed, 16 Oct 2024 21:42:40 -0700 Subject: [PATCH] Added a reference from the CSS breakpoint definitions to the TypeScript equivalent. --- static/css/base.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/base.scss b/static/css/base.scss index faf68eafb3..3a79adf932 100644 --- a/static/css/base.scss +++ b/static/css/base.scss @@ -36,6 +36,10 @@ $h3-font-size: 1.2rem; $headings-font-weight: 600; +/* + If the grid-breakpoints change, the TypeScript equivalent should be updated: + `static/js/apps/base/utilities/utilities.ts`, `export const BREAKPOINTS` + */ $grid-breakpoints: ( xs: 0, sm: 576px,