tombi/docs/breakpoints.json
yassun7010 25c9f0530c refactor: move breakpoints to separate JSON file
- Extract breakpoints configuration from uno.config.ts to breakpoints.json for better organization and maintainability.
- Update HeaderSearch component to import breakpoints from the new JSON file.
2025-05-05 16:08:32 +09:00

6 lines
57 B
JSON

{
"sm": 640,
"md": 768,
"lg": 1024,
"xl": 1280
}