Skip to content

Commit ebc0020

Browse files
CopilotLuLaValva
andcommitted
feat(skin): add Playbook-aligned breakpoint LESS variables
Co-authored-by: LuLaValva <26027232+LuLaValva@users.noreply.github.com>
1 parent 18ce8c7 commit ebc0020

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

packages/skin/dist/variables/variables.less

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313
@_screen-size-XL3: 1680px;
1414
@_screen-size-XL4: 1920px;
1515

16+
// Playbook breakpoints - these align with the CSS custom property values (--breakpoint-*)
17+
@breakpoint-extra-small: 320px;
18+
@breakpoint-small: 512px;
19+
@breakpoint-medium: 600px;
20+
@breakpoint-large: 800px;
21+
@breakpoint-extra-large: 1100px;
22+
@breakpoint-extra-large-2: 1400px;
23+
@breakpoint-extra-large-3: 1920px;
24+
1625
@_page-grid-max-width: 1584px;
1726
@_page-grid-number-cols-small: 8;
1827
@_page-grid-number-cols-large: 16;

packages/skin/src/sass/variables/variables.less

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313
@_screen-size-XL3: 1680px;
1414
@_screen-size-XL4: 1920px;
1515

16+
// Playbook breakpoints - these align with the CSS custom property values (--breakpoint-*)
17+
@breakpoint-extra-small: 320px;
18+
@breakpoint-small: 512px;
19+
@breakpoint-medium: 600px;
20+
@breakpoint-large: 800px;
21+
@breakpoint-extra-large: 1100px;
22+
@breakpoint-extra-large-2: 1400px;
23+
@breakpoint-extra-large-3: 1920px;
24+
1625
@_page-grid-max-width: 1584px;
1726
@_page-grid-number-cols-small: 8;
1827
@_page-grid-number-cols-large: 16;

0 commit comments

Comments
 (0)