Skip to content

Report a problem:

Problems can be reported via Microsoft Teams in your team channel within the "IT - Codey" team.

Please include the following information:

Report type:
Docs problem report a bug instead →
Path:
/latest/docs/style/design-system/breakpoints.html
Message:

DESCRIBE THE PROBLEM BEFORE SUBMITTING TO CODEY

Breakpoints

TailwindCSS can be used to utilise breakpoints in Codey. They provide a default list, but we had the need for more customisations.

Below is a list taken from the tailwind.config.js:

javascript
screens: {
    "mobile-small": { max: "374px" },
    mobile: "375px",
    tablet: "768px",
    laptop: "1280px",
    desktop: "1920px",
},

These breakpoints are used by prefixing Tailwind utility classes. Some examples: mobile:bg-primary, tablet:flex, ...

Report a problem:

Problems can be reported via Microsoft Teams in your team channel within the "IT - Codey" team.

Please include the following information:

Report type:
Docs problem report a bug instead →
Path:
/latest/docs/style/design-system/breakpoints.html
Message:

DESCRIBE THE PROBLEM BEFORE SUBMITTING TO CODEY

Last updated: