docs: add breakpoints

This commit is contained in:
2025-12-09 22:19:55 +01:00
parent 69a53b3102
commit e3811c5490

View File

@@ -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;
```