mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
feat(breakpoint): integrate Breakpoint
with v11
This commit is contained in:
parent
1600308614
commit
15a550f130
7 changed files with 14 additions and 8 deletions
|
@ -1,5 +1,6 @@
|
|||
/**
|
||||
* Pixel sizes of Carbon grid breakpoints.
|
||||
* Carbon grid breakpoints in px.
|
||||
* @see https://carbondesignsystem.com/elements/2x-grid/overview/#breakpoints
|
||||
* @type {Record<import("./breakpoints").BreakpointSize, BreakpointValue>}
|
||||
*/
|
||||
export const breakpoints = Object.freeze({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue