From 2ba4cffb4edea59672943e99d7b1739e6cd116ad Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Mon, 21 Oct 2024 16:48:50 +0300 Subject: [PATCH] Add more breakpoints like $container-desktop (T-20758) --- CHANGELOG.md | 1 + sass/variables/_breakpoints.scss | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f5c2d38..b194a66e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Allow options + specific blocks for allowed blocks * Prepare for air-blocks-buildtool * Remove stylelint-file-max-lines (T-20765) +* Add more breakpoints like $container-desktop (T-20758) ### 9.4.4: 2024-09-13 diff --git a/sass/variables/_breakpoints.scss b/sass/variables/_breakpoints.scss index 4cb4ff5e..43d82e2c 100644 --- a/sass/variables/_breakpoints.scss +++ b/sass/variables/_breakpoints.scss @@ -9,6 +9,9 @@ $width-max-mobile: 1030px; $container-ipad: 770px; $container-ipad-landscape: 1024px; $container-mobile: 600px; +$container-desktop: 1200px; +$container-small-mobile: 420px; +$container-tiny-mobile: 354px; // Gutenberg widths $width-wide: 1200px;