From e3811c5490680f11f199f408ad4ebd75d6461372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?No=C3=A9=20Viricel?= Date: Tue, 9 Dec 2025 22:19:55 +0100 Subject: [PATCH] docs: add breakpoints --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 25b5821..db991cf 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,13 @@ bun run preview ``` Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information. + +#### Breakpoints + +```css +--breakpoint-sm: 640px; +--breakpoint-md: 768px; +--breakpoint-lg: 1024px; +--breakpoint-xl: 1280px; +--breakpoint-2xl: 1536px; +``` \ No newline at end of file