Skip to content

Commit

Permalink
Added a reference from the CSS breakpoint definitions to the TypeScri…
Browse files Browse the repository at this point in the history
…pt equivalent.
  • Loading branch information
nick-next committed Oct 17, 2024
1 parent c9935c3 commit 769b736
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/css/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 769b736

Please sign in to comment.