feat(breakpoint): integrate Breakpoint with v11

This commit is contained in:
Eric Liu 2024-04-21 12:33:10 -07:00
commit 15a550f130
7 changed files with 14 additions and 8 deletions

View file

@ -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({