mirror of
https://github.com/tombi-toml/tombi.git
synced 2025-12-23 09:19:21 +00:00
- 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.
6 lines
57 B
JSON
6 lines
57 B
JSON
{
|
|
"sm": 640,
|
|
"md": 768,
|
|
"lg": 1024,
|
|
"xl": 1280
|
|
}
|